Html Css Color HEX #CB9131 Fuel Yellow

📋 copy color: '#CB9131'

red 203 ◦ green 145 ◦ blue 49

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

Shades of Fuel Yellow #CB9131

Tints of Fuel Yellow #CB9131

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

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

R = 51.13%
G = 36.52%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB9131 (or 0xCB9131) is known color: Fuel Yellow. HEX triplet: CB, 91 and 31. RGB value is (203,145,49). Sum of RGB (Red+Green+Blue) = 203+145+49=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9131 is #346ECE. Grayscale: #979797. Windows color (decimal): -3436239 or 3248587. OLE color: 3248587.

HSL color Cylindrical-coordinate representation of color #CB9131: hue angle of 37.4º 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 #CB9131 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 145 49 -
CMYK 0 0.29 0.76 0.20
HSL 37.4º 0.61% 0.49% -
HSV(B) 37.4º 0.76% 0.8% -
XYZ 35.31 33.17 7.45 -
YUV 151.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 203 145 49 0 0.29 0.76 0.20 37.4 0.61 0.49
Hex CB 91 31 0 1D 4C 14 25 3D 31
Octal 313 221 61 0 35 114 24 45 75 61
Binary 11001011 10010001 110001 0 11101 1001100 10100 100101 111101 110001

Color Harmonies of #CB9131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9131

Black with #CB9131

Text Example


Text Example

White with #CB9131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9131; }

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

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

background-color css

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

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

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

border-color css

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

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

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