#CB9E36

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

Shades of Fuel Yellow #CB9E36

Tints of Fuel Yellow #CB9E36

Color information

#CB9E36 (or 0xCB9E36) is unknown color: approx Fuel Yellow. HEX triplet: CB, 9E and 36. RGB value is (203,158,54). Sum of RGB (Red+Green+Blue) = 203+158+54=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9E36 is #3461C9. Grayscale: #A0A0A0. Windows color (decimal): -3432906 or 3579595. OLE color: 3579595.

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

Color convert

RGB20315854-
CMYK00.220.730.20
HSL41.88º58.89%50.39%-
HSV(B)41.88º73.4%79.61%-
XYZ37.5237.428.73-
YUV159.668.41158.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.92%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 54 (21.48% from 255) = 13.01%
R=48.92%
G=38.07%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031585400.220.730.2041.8858.8950.39
HexCB9E3601649142a3b32
Octal3132366602611124527362
Binary1100101110011110110110010110100100110100101010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E36; }

 p { color: rgb(203,158,54); }

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

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

 a { background-color: rgb(203,158,54); }

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

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

 span { border-color: rgb(203,158,54); }

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