Html Css Color HEX #CB9035 Fuel Yellow

📋 copy color: '#CB9035'

red 203 ◦ green 144 ◦ blue 53

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

Shades of Fuel Yellow #CB9035

Tints of Fuel Yellow #CB9035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.25%

R = 50.75%
G = 36%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB9035 (or 0xCB9035) is known color: Fuel Yellow. HEX triplet: CB, 90 and 35. RGB value is (203,144,53). Sum of RGB (Red+Green+Blue) = 203+144+53=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9035 is #346FCA. Grayscale: #979797. Windows color (decimal): -3436491 or 3510475. OLE color: 3510475.

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

Color convert

RGB 203 144 53 -
CMYK 0 0.29 0.74 0.20
HSL 36.4º 0.59% 0.5% -
HSV(B) 36.4º 0.74% 0.8% -
XYZ 35.24 32.9 7.86 -
YUV 151.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 203 144 53 0 0.29 0.74 0.20 36.4 0.59 0.5
Hex CB 90 35 0 1D 4A 14 24 3B 32
Octal 313 220 65 0 35 112 24 44 73 62
Binary 11001011 10010000 110101 0 11101 1001010 10100 100100 111011 110010

Color Harmonies of #CB9035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9035

Black with #CB9035

Text Example


Text Example

White with #CB9035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9035; }

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

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

background-color css

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

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

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

border-color css

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

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

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