#ffcd07 Hex Color
rgb(255, 205, 7)
Color Information
| Name | First value | Second Value | Third Value | Fourth Value | Written As |
|---|---|---|---|---|---|
| HEX | ff | cd | 07 | - | #ffcd07 |
| RGB | 255 | 205 | 7 | - | rgb(255,205,7) |
| HSL | 48 | 100% | 51% | - | hsl(48,100%,51%) |
| HSV | 48 | 97% | 100% | - | hsv(48,97%,100%) |
| XYZ | 63.1097 | 64.938 | 9.4091 | - | xyz(63.1097,64.938,9.4091) |
| CIE-LAB | 84.45 | 3.22 | 84.77 | - | lab(84.45,3.22,84.77) |
| CMYK | 0 | 0.19607843137255 | 0.97254901960784 | 0 | cmyk(0,0.19607843137255,0.97254901960784,0) |
Description
The RGB value of color #ffcd07 is rgb(255, 205, 7).
In the hex color #ffcd07, The value of Red is 255, value of Green is 205, and value of Blue is 7. The primary color is Red. Similarly, The HSL values for #ffcd07 consists of 48° Hue, 100% Saturation, and 51% Lightness.
In the CMYK color model, the color #ffcd07 can be represented as Cyan=0%, Magenta=0.19607843137255%, Yellow=0.97254901960784%, and Black=0%.
Shades of #ffcd07
Shades in a color are variations of the color that are created by adding black to it which results in a darker tone.
Tints of #ffcd07
Tints in color are variations of a color that are created by adding white to it, resulting in a lighter tone.
Color Previews of #ffcd07
Preview of #ffcd07 on White Background
The contrast ratio of #ffcd07 with white color is 1.5
Preview of #ffcd07 on black background
The contrast ratio of #ffcd07 with black color is 13.99
#ffcd07 color will look good with a black background.
Color Schemes of #ffcd07
Triadic Colors of #ffcd07
Triadic colors are three colors that are evenly spaced around the color wheel and are therefore harmonious when used together in a design.
Analogous Colors of #ffcd07
Analogous colors are colors that are next to each other on the color wheel and share a similar hue, creating a cohesive and harmonious color scheme.
Triadic Colors of #ffcd07
Triadic colors are three colors that are evenly spaced around the color wheel and are therefore harmonious when used together in a design.
Analogous Colors of #ffcd07
Analogous colors are colors that are next to each other on the color wheel and share a similar hue, creating a cohesive and harmonious color scheme.
Color Usage
You can set the css color of a text using:
.class{
color: #ffcd07;
}
This is a sample text used for the color #ffcd07. Lorem ipsum dolor, sit amet consectetur adipisicing elit. Animi sunt eveniet natus dolor minima, sit quaerat? Dignissimos unde alias debitis amet ducimus modi, eum quos ullam blanditiis aliquam necessitatibus ex.
You can set the css background color of a box using:
.box{
background-color: #ffcd07;
}
This is a sample text used for the color #ffcd07. Lorem ipsum dolor, sit amet consectetur adipisicing elit. Animi sunt eveniet natus dolor minima, sit quaerat? Dignissimos unde alias debitis amet ducimus modi, eum quos ullam blanditiis aliquam necessitatibus ex.
You can set the css border of a box using:
.box{
border:4px solid #ffcd07;
}
This is a sample text used for the color #ffcd07. Lorem ipsum dolor, sit amet consectetur adipisicing elit. Animi sunt eveniet natus dolor minima, sit quaerat? Dignissimos unde alias debitis amet ducimus modi, eum quos ullam blanditiis aliquam necessitatibus ex.
RGB Percentage
Red 54.6%
Green 43.9%
Blue 1.5%
CMYK Percentage
Cyan 0
Magenta 16.78%
Yellow 83.22%
Black 0%
Comments on this color
Please login or signup to post a comment.
No comments yet.