Html Css Color HEX #CC9633 Fuel Yellow

📋 copy color: '#CC9633'

red 204 ◦ green 150 ◦ blue 51

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

Shades of Fuel Yellow #CC9633

Tints of Fuel Yellow #CC9633

RGB

 RED value IS 204 (80.08% from 255) = 50.37%

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

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

R = 50.37%
G = 37.04%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC9633 (or 0xCC9633) is known color: Fuel Yellow. HEX triplet: CC, 96 and 33. RGB value is (204,150,51). Sum of RGB (Red+Green+Blue) = 204+150+51=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9633 is #3369CC. Grayscale: #9B9B9B. Windows color (decimal): -3369421 or 3380940. OLE color: 3380940.

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

Color convert

RGB 204 150 51 -
CMYK 0 0.26 0.75 0.2
HSL 38.82º 0.6% 0.5% -
HSV(B) 38.82º 0.75% 0.8% -
XYZ 36.41 34.89 7.95 -
YUV 154.86 69.39 163.05 -
System Red Green Blue C M Y K H S L
Decimal 204 150 51 0 0.26 0.75 0.2 38.82 0.6 0.5
Hex CC 96 33 0 1A 4B 14 27 3C 32
Octal 314 226 63 0 32 113 24 47 74 62
Binary 11001100 10010110 110011 0 11010 1001011 10100 100111 111100 110010

Color Harmonies of #CC9633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9633

Black with #CC9633

Text Example


Text Example

White with #CC9633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9633; }

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

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

background-color css

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

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

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

border-color css

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

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

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