#CB8F35

Color #CB8F35 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CB8F35

Tints of Fuel Yellow #CB8F35

Color information

#CB8F35 (or 0xCB8F35) is unknown color: approx Fuel Yellow. HEX triplet: CB, 8F and 35. RGB value is (203,143,53). Sum of RGB (Red+Green+Blue) = 203+143+53=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F35 is #3470CA. Grayscale: #979797. Windows color (decimal): -3436747 or 3510219. OLE color: 3510219.

HSL color Cylindrical-coordinate representation of color #CB8F35: hue angle of 36º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB8F35 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20314353-
CMYK00.300.740.20
HSL36º59.06%50.2%-
HSV(B)36º73.89%79.61%-
XYZ35.0932.67.81-
YUV150.6872.88165.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 53 (21.09% from 255) = 13.28%
R=50.88%
G=35.84%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031435300.300.740.203659.0650.2
HexCB8F3501E4A14243b32
Octal3132176503611224447362
Binary1100101110001111110101011110100101010100100100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8F35; }

 p { color: rgb(203,143,53); }

 H1.HeaderClassName
 {
   color: #CB8F35;
 }
 .AnyTagClassName
 {
   color: #CB8F35;
 }
</style>
background-color css

<style>
 a { background-color: #CB8F35; }

 a { background-color: rgb(203,143,53); }

 div.DivClassName
 {
   background-color: #CB8F35;
 }
 .BgClassName
 {
   background-color: #CB8F35;
 }
</style>
border-color css

<style>
 span { border-color: #CB8F35; }

 span { border-color: rgb(203,143,53); }

 td.TdClassName
 {
   border-color: #CB8F35;
 }
 .TagClassName
 {
   border-color: #CB8F35;
 }
</style>