Shades of Yellow #FAF302
Tints of Yellow #FAF302
RGB
CMYK
RGB Variations
Color information
#FAF302 (or 0xFAF302) is known color: Yellow. HEX triplet: FA, F3 and 02. RGB value is (250,243,2). Sum of RGB (Red+Green+Blue) = 250+243+2=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 2 (1.17% from 255 or 0.40% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF302 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF302 is #050CFD. Grayscale: #DADADA. Windows color (decimal): -331006 or 193530. OLE color: 193530.
HSL color Cylindrical-coordinate representation of color #FAF302: hue angle of 58.31º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAF302 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.02 |
| HSL | 58.31º | 0.98% | 0.49% | - |
| HSV(B) | 58.31º | 0.99% | 0.98% | - |
| XYZ | 71.49 | 84.43 | 12.59 | - |
| YUV | 217.62 | 6.32 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 2 | 0 | 0.03 | 0.99 | 0.02 | 58.31 | 0.98 | 0.49 |
| Hex | FA | F3 | 2 | 0 | 3 | 63 | 2 | 3A | 62 | 31 |
| Octal | 372 | 363 | 2 | 0 | 3 | 143 | 2 | 72 | 142 | 61 |
| Binary | 11111010 | 11110011 | 10 | 0 | 11 | 1100011 | 10 | 111010 | 1100010 | 110001 |
Color Harmonies of #FAF302
Complementary color
Monochromatic Colors of #FAF302
Black with #FAF302
Text Example
Text Example
White with #FAF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF302; }
p { color: rgb(250,243,2); }
H1.HeaderClassName
{
color: #FAF302;
}
.AnyTagClassName
{
color: #FAF302;
}
</style>
background-color css
<style>
a { background-color: #FAF302; }
a { background-color: rgb(250,243,2); }
div.DivClassName
{
background-color: #FAF302;
}
.BgClassName
{
background-color: #FAF302;
}
</style>
border-color css
<style>
span { border-color: #FAF302; }
span { border-color: rgb(250,243,2); }
td.TdClassName
{
border-color: #FAF302;
}
.TagClassName
{
border-color: #FAF302;
}
</style>