Html Css Color HEX #CB9633 Fuel Yellow

📋 copy color: '#CB9633'

red 203 ◦ green 150 ◦ blue 51

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

Shades of Fuel Yellow #CB9633

Tints of Fuel Yellow #CB9633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.62%

R = 50.25%
G = 37.13%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB9633 (or 0xCB9633) is known color: Fuel Yellow. HEX triplet: CB, 96 and 33. RGB value is (203,150,51). Sum of RGB (Red+Green+Blue) = 203+150+51=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9633 is #3469CC. Grayscale: #9B9B9B. Windows color (decimal): -3434957 or 3380939. OLE color: 3380939.

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

Color convert

RGB 203 150 51 -
CMYK 0 0.26 0.75 0.20
HSL 39.08º 0.6% 0.5% -
HSV(B) 39.08º 0.75% 0.8% -
XYZ 36.13 34.75 7.93 -
YUV 154.56 69.56 162.55 -
System Red Green Blue C M Y K H S L
Decimal 203 150 51 0 0.26 0.75 0.20 39.08 0.6 0.5
Hex CB 96 33 0 1A 4B 14 27 3C 32
Octal 313 226 63 0 32 113 24 47 74 62
Binary 11001011 10010110 110011 0 11010 1001011 10100 100111 111100 110010

Color Harmonies of #CB9633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9633

Black with #CB9633

Text Example


Text Example

White with #CB9633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9633; }

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

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

background-color css

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

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

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

border-color css

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

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

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