Html Css Color HEX #CB9032 Fuel Yellow

📋 copy color: '#CB9032'

red 203 ◦ green 144 ◦ blue 50

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

Shades of Fuel Yellow #CB9032

Tints of Fuel Yellow #CB9032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 51.13%
G = 36.27%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB9032 (or 0xCB9032) is known color: Fuel Yellow. HEX triplet: CB, 90 and 32. RGB value is (203,144,50). Sum of RGB (Red+Green+Blue) = 203+144+50=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9032 is #346FCD. Grayscale: #979797. Windows color (decimal): -3436494 or 3313867. OLE color: 3313867.

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

Color convert

RGB 203 144 50 -
CMYK 0 0.29 0.75 0.20
HSL 36.86º 0.6% 0.5% -
HSV(B) 36.86º 0.75% 0.8% -
XYZ 35.18 32.87 7.51 -
YUV 150.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 203 144 50 0 0.29 0.75 0.20 36.86 0.6 0.5
Hex CB 90 32 0 1D 4B 14 25 3C 32
Octal 313 220 62 0 35 113 24 45 74 62
Binary 11001011 10010000 110010 0 11101 1001011 10100 100101 111100 110010

Color Harmonies of #CB9032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9032

Black with #CB9032

Text Example


Text Example

White with #CB9032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9032; }

 p { color: rgb(203,144,50); }

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

background-color css

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

 a { background-color: rgb(203,144,50); }

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

border-color css

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

 span { border-color: rgb(203,144,50); }

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