Html Css Color HEX #CB9631 Fuel Yellow

📋 copy color: '#CB9631'

red 203 ◦ green 150 ◦ blue 49

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

Shades of Fuel Yellow #CB9631

Tints of Fuel Yellow #CB9631

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.31%

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

R = 50.5%
G = 37.31%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB9631 (or 0xCB9631) is known color: Fuel Yellow. HEX triplet: CB, 96 and 31. RGB value is (203,150,49). Sum of RGB (Red+Green+Blue) = 203+150+49=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9631 is #3469CE. Grayscale: #9A9A9A. Windows color (decimal): -3434959 or 3249867. OLE color: 3249867.

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

Color convert

RGB 203 150 49 -
CMYK 0 0.26 0.76 0.20
HSL 39.35º 0.61% 0.49% -
HSV(B) 39.35º 0.76% 0.8% -
XYZ 36.09 34.73 7.71 -
YUV 154.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 203 150 49 0 0.26 0.76 0.20 39.35 0.61 0.49
Hex CB 96 31 0 1A 4C 14 27 3D 31
Octal 313 226 61 0 32 114 24 47 75 61
Binary 11001011 10010110 110001 0 11010 1001100 10100 100111 111101 110001

Color Harmonies of #CB9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9631

Black with #CB9631

Text Example


Text Example

White with #CB9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9631; }

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

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

background-color css

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

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

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

border-color css

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

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

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