Shades of Yellow Orange #FFB443
Tints of Yellow Orange #FFB443
RGB
CMYK
RGB Variations
Color information
#FFB443 (or 0xFFB443) is known color: Yellow Orange. HEX triplet: FF, B4 and 43. RGB value is (255,180,67). Sum of RGB (Red+Green+Blue) = 255+180+67=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 67 (26.56% from 255 or 13.35% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB443 is #004BBC. Grayscale: #BEBEBE. Windows color (decimal): -19389 or 4437247. OLE color: 4437247.
HSL color Cylindrical-coordinate representation of color #FFB443: hue angle of 36.06º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFB443 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 67 | - |
| CMYK | 0 | 0.29 | 0.74 | 0 |
| HSL | 36.06º | 1% | 0.63% | - |
| HSV(B) | 36.06º | 0.74% | 1% | - |
| XYZ | 58.57 | 54.31 | 12.71 | - |
| YUV | 189.54 | 58.85 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 67 | 0 | 0.29 | 0.74 | 0 | 36.06 | 1 | 0.63 |
| Hex | FF | B4 | 43 | 0 | 1D | 4A | 0 | 24 | 64 | 3F |
| Octal | 377 | 264 | 103 | 0 | 35 | 112 | 0 | 44 | 144 | 77 |
| Binary | 11111111 | 10110100 | 1000011 | 0 | 11101 | 1001010 | 0 | 100100 | 1100100 | 111111 |
Color Harmonies of #FFB443
Complementary color
Monochromatic Colors of #FFB443
Black with #FFB443
Text Example
Text Example
White with #FFB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB443; }
p { color: rgb(255,180,67); }
H1.HeaderClassName
{
color: #FFB443;
}
.AnyTagClassName
{
color: #FFB443;
}
</style>
background-color css
<style>
a { background-color: #FFB443; }
a { background-color: rgb(255,180,67); }
div.DivClassName
{
background-color: #FFB443;
}
.BgClassName
{
background-color: #FFB443;
}
</style>
border-color css
<style>
span { border-color: #FFB443; }
span { border-color: rgb(255,180,67); }
td.TdClassName
{
border-color: #FFB443;
}
.TagClassName
{
border-color: #FFB443;
}
</style>