Shades of Selective Yellow #F5B207
Tints of Selective Yellow #F5B207
RGB
CMYK
RGB Variations
Color information
#F5B207 (or 0xF5B207) is known color: Selective Yellow. HEX triplet: F5, B2 and 07. RGB value is (245,178,7). Sum of RGB (Red+Green+Blue) = 245+178+7=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 7 (3.12% from 255 or 1.63% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5B207 is #0A4DF8. Grayscale: #B3B3B3. Windows color (decimal): -675321 or 504565. OLE color: 504565.
HSL color Cylindrical-coordinate representation of color #F5B207: hue angle of 43.11º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5B207 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 178 | 7 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.04 |
| HSL | 43.11º | 0.94% | 0.49% | - |
| HSV(B) | 43.11º | 0.97% | 0.96% | - |
| XYZ | 53.61 | 51.27 | 7.27 | - |
| YUV | 178.54 | 31.2 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 178 | 7 | 0 | 0.27 | 0.97 | 0.04 | 43.11 | 0.94 | 0.49 |
| Hex | F5 | B2 | 7 | 0 | 1B | 61 | 4 | 2B | 5E | 31 |
| Octal | 365 | 262 | 7 | 0 | 33 | 141 | 4 | 53 | 136 | 61 |
| Binary | 11110101 | 10110010 | 111 | 0 | 11011 | 1100001 | 100 | 101011 | 1011110 | 110001 |
Color Harmonies of #F5B207
Complementary color
Monochromatic Colors of #F5B207
Black with #F5B207
Text Example
Text Example
White with #F5B207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B207; }
p { color: rgb(245,178,7); }
H1.HeaderClassName
{
color: #F5B207;
}
.AnyTagClassName
{
color: #F5B207;
}
</style>
background-color css
<style>
a { background-color: #F5B207; }
a { background-color: rgb(245,178,7); }
div.DivClassName
{
background-color: #F5B207;
}
.BgClassName
{
background-color: #F5B207;
}
</style>
border-color css
<style>
span { border-color: #F5B207; }
span { border-color: rgb(245,178,7); }
td.TdClassName
{
border-color: #F5B207;
}
.TagClassName
{
border-color: #F5B207;
}
</style>