Html Css Color HEX #CB8E31 Fuel Yellow

📋 copy color: '#CB8E31'

red 203 ◦ green 142 ◦ blue 49

#CB8E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuel Yellow #CB8E31

Tints of Fuel Yellow #CB8E31

RGB

 RED value IS 203 (79.69% from 255) = 51.52%

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 49 (19.53% from 255) = 12.44%

R = 51.52%
G = 36.04%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB8E31 (or 0xCB8E31) is known color: Fuel Yellow. HEX triplet: CB, 8E and 31. RGB value is (203,142,49). Sum of RGB (Red+Green+Blue) = 203+142+49=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8E31 is #3471CE. Grayscale: #969696. Windows color (decimal): -3437007 or 3247819. OLE color: 3247819.

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

Color convert

RGB 203 142 49 -
CMYK 0 0.30 0.76 0.20
HSL 36.23º 0.61% 0.49% -
HSV(B) 36.23º 0.76% 0.8% -
XYZ 34.86 32.26 7.3 -
YUV 149.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 203 142 49 0 0.30 0.76 0.20 36.23 0.61 0.49
Hex CB 8E 31 0 1E 4C 14 24 3D 31
Octal 313 216 61 0 36 114 24 44 75 61
Binary 11001011 10001110 110001 0 11110 1001100 10100 100100 111101 110001

Color Harmonies of #CB8E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8E31

Black with #CB8E31

Text Example


Text Example

White with #CB8E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8E31; }

 p { color: rgb(203,142,49); }

 H1.HeaderClassName
 {
   color: #CB8E31;
 }
 .AnyTagClassName
 {
   color: #CB8E31;
 }
</style>

background-color css

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

 a { background-color: rgb(203,142,49); }

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

border-color css

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

 span { border-color: rgb(203,142,49); }

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