Html Css Color HEX #CC9535 Fuel Yellow

📋 copy color: '#CC9535'

red 204 ◦ green 149 ◦ blue 53

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

Shades of Fuel Yellow #CC9535

Tints of Fuel Yellow #CC9535

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

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

R = 50.25%
G = 36.7%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC9535 (or 0xCC9535) is known color: Fuel Yellow. HEX triplet: CC, 95 and 35. RGB value is (204,149,53). Sum of RGB (Red+Green+Blue) = 204+149+53=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9535 is #336ACA. Grayscale: #9A9A9A. Windows color (decimal): -3369675 or 3511756. OLE color: 3511756.

HSL color Cylindrical-coordinate representation of color #CC9535: hue angle of 38.15º degrees, saturation: 0.6, 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 #CC9535 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 53 -
CMYK 0 0.27 0.74 0.2
HSL 38.15º 0.6% 0.5% -
HSV(B) 38.15º 0.74% 0.8% -
XYZ 36.29 34.59 8.13 -
YUV 154.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 204 149 53 0 0.27 0.74 0.2 38.15 0.6 0.5
Hex CC 95 35 0 1B 4A 14 26 3C 32
Octal 314 225 65 0 33 112 24 46 74 62
Binary 11001100 10010101 110101 0 11011 1001010 10100 100110 111100 110010

Color Harmonies of #CC9535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9535

Black with #CC9535

Text Example


Text Example

White with #CC9535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9535; }

 p { color: rgb(204,149,53); }

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

background-color css

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

 a { background-color: rgb(204,149,53); }

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

border-color css

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

 span { border-color: rgb(204,149,53); }

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