Shades of Yellow #FBF302
Tints of Yellow #FBF302
RGB
CMYK
RGB Variations
Color information
#FBF302 (or 0xFBF302) is known color: Yellow. HEX triplet: FB, F3 and 02. RGB value is (251,243,2). Sum of RGB (Red+Green+Blue) = 251+243+2=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 2 (1.17% from 255 or 0.40% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF302 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF302 is #040CFD. Grayscale: #DADADA. Windows color (decimal): -265470 or 193531. OLE color: 193531.
HSL color Cylindrical-coordinate representation of color #FBF302: hue angle of 58.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBF302 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.02 |
| HSL | 58.07º | 0.98% | 0.5% | - |
| HSV(B) | 58.07º | 0.99% | 0.98% | - |
| XYZ | 71.85 | 84.61 | 12.6 | - |
| YUV | 217.92 | 6.15 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 2 | 0 | 0.03 | 0.99 | 0.02 | 58.07 | 0.98 | 0.5 |
| Hex | FB | F3 | 2 | 0 | 3 | 63 | 2 | 3A | 62 | 32 |
| Octal | 373 | 363 | 2 | 0 | 3 | 143 | 2 | 72 | 142 | 62 |
| Binary | 11111011 | 11110011 | 10 | 0 | 11 | 1100011 | 10 | 111010 | 1100010 | 110010 |
Color Harmonies of #FBF302
Complementary color
Monochromatic Colors of #FBF302
Black with #FBF302
Text Example
Text Example
White with #FBF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF302; }
p { color: rgb(251,243,2); }
H1.HeaderClassName
{
color: #FBF302;
}
.AnyTagClassName
{
color: #FBF302;
}
</style>
background-color css
<style>
a { background-color: #FBF302; }
a { background-color: rgb(251,243,2); }
div.DivClassName
{
background-color: #FBF302;
}
.BgClassName
{
background-color: #FBF302;
}
</style>
border-color css
<style>
span { border-color: #FBF302; }
span { border-color: rgb(251,243,2); }
td.TdClassName
{
border-color: #FBF302;
}
.TagClassName
{
border-color: #FBF302;
}
</style>