Html Css Color HEX #CC9636 Fuel Yellow

📋 copy color: '#CC9636'

red 204 ◦ green 150 ◦ blue 54

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

Shades of Fuel Yellow #CC9636

Tints of Fuel Yellow #CC9636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.24%

R = 50%
G = 36.76%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC9636 (or 0xCC9636) is known color: Fuel Yellow. HEX triplet: CC, 96 and 36. RGB value is (204,150,54). Sum of RGB (Red+Green+Blue) = 204+150+54=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9636 is #3369C9. Grayscale: #9B9B9B. Windows color (decimal): -3369418 or 3577548. OLE color: 3577548.

HSL color Cylindrical-coordinate representation of color #CC9636: hue angle of 38.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC9636 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 54 -
CMYK 0 0.26 0.74 0.2
HSL 38.4º 0.6% 0.51% -
HSV(B) 38.4º 0.74% 0.8% -
XYZ 36.47 34.92 8.31 -
YUV 155.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 204 150 54 0 0.26 0.74 0.2 38.4 0.6 0.51
Hex CC 96 36 0 1A 4A 14 26 3C 33
Octal 314 226 66 0 32 112 24 46 74 63
Binary 11001100 10010110 110110 0 11010 1001010 10100 100110 111100 110011

Color Harmonies of #CC9636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9636

Black with #CC9636

Text Example


Text Example

White with #CC9636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9636; }

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

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

background-color css

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

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

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

border-color css

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

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

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