Shades of Yellow #FFF102
Tints of Yellow #FFF102
RGB
CMYK
RGB Variations
Color information
#FFF102 (or 0xFFF102) is known color: Yellow. HEX triplet: FF, F1 and 02. RGB value is (255,241,2). Sum of RGB (Red+Green+Blue) = 255+241+2=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 2 (1.17% from 255 or 0.40% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF102 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF102 is #000EFD. Grayscale: #DADADA. Windows color (decimal): -3838 or 193023. OLE color: 193023.
HSL color Cylindrical-coordinate representation of color #FFF102: hue angle of 56.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFF102 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0 |
| HSL | 56.68º | 1% | 0.5% | - |
| HSV(B) | 56.68º | 0.99% | 1% | - |
| XYZ | 72.71 | 84.17 | 12.47 | - |
| YUV | 217.94 | 6.14 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 2 | 0 | 0.05 | 0.99 | 0 | 56.68 | 1 | 0.5 |
| Hex | FF | F1 | 2 | 0 | 5 | 63 | 0 | 39 | 64 | 32 |
| Octal | 377 | 361 | 2 | 0 | 5 | 143 | 0 | 71 | 144 | 62 |
| Binary | 11111111 | 11110001 | 10 | 0 | 101 | 1100011 | 0 | 111001 | 1100100 | 110010 |
Color Harmonies of #FFF102
Complementary color
Monochromatic Colors of #FFF102
Black with #FFF102
Text Example
Text Example
White with #FFF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF102; }
p { color: rgb(255,241,2); }
H1.HeaderClassName
{
color: #FFF102;
}
.AnyTagClassName
{
color: #FFF102;
}
</style>
background-color css
<style>
a { background-color: #FFF102; }
a { background-color: rgb(255,241,2); }
div.DivClassName
{
background-color: #FFF102;
}
.BgClassName
{
background-color: #FFF102;
}
</style>
border-color css
<style>
span { border-color: #FFF102; }
span { border-color: rgb(255,241,2); }
td.TdClassName
{
border-color: #FFF102;
}
.TagClassName
{
border-color: #FFF102;
}
</style>