Shades of Bright Sun #FAB623
Tints of Bright Sun #FAB623
RGB
CMYK
RGB Variations
Color information
#FAB623 (or 0xFAB623) is known color: Bright Sun. HEX triplet: FA, B6 and 23. RGB value is (250,182,35). Sum of RGB (Red+Green+Blue) = 250+182+35=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 35 (14.06% from 255 or 7.49% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB623 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB623 is #0549DC. Grayscale: #BABABA. Windows color (decimal): -346589 or 2340602. OLE color: 2340602.
HSL color Cylindrical-coordinate representation of color #FAB623: hue angle of 41.02º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAB623 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 35 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.02 |
| HSL | 41.02º | 0.96% | 0.56% | - |
| HSV(B) | 41.02º | 0.86% | 0.98% | - |
| XYZ | 56.46 | 53.9 | 9.02 | - |
| YUV | 185.57 | 43.03 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 35 | 0 | 0.27 | 0.86 | 0.02 | 41.02 | 0.96 | 0.56 |
| Hex | FA | B6 | 23 | 0 | 1B | 56 | 2 | 29 | 60 | 38 |
| Octal | 372 | 266 | 43 | 0 | 33 | 126 | 2 | 51 | 140 | 70 |
| Binary | 11111010 | 10110110 | 100011 | 0 | 11011 | 1010110 | 10 | 101001 | 1100000 | 111000 |
Color Harmonies of #FAB623
Complementary color
Monochromatic Colors of #FAB623
Black with #FAB623
Text Example
Text Example
White with #FAB623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB623; }
p { color: rgb(250,182,35); }
H1.HeaderClassName
{
color: #FAB623;
}
.AnyTagClassName
{
color: #FAB623;
}
</style>
background-color css
<style>
a { background-color: #FAB623; }
a { background-color: rgb(250,182,35); }
div.DivClassName
{
background-color: #FAB623;
}
.BgClassName
{
background-color: #FAB623;
}
</style>
border-color css
<style>
span { border-color: #FAB623; }
span { border-color: rgb(250,182,35); }
td.TdClassName
{
border-color: #FAB623;
}
.TagClassName
{
border-color: #FAB623;
}
</style>