Html Css Color HEX #CC9528 Fuel Yellow

📋 copy color: '#CC9528'

red 204 ◦ green 149 ◦ blue 40

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

Shades of Fuel Yellow #CC9528

Tints of Fuel Yellow #CC9528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.18%

R = 51.91%
G = 37.91%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC9528 (or 0xCC9528) is known color: Fuel Yellow. HEX triplet: CC, 95 and 28. RGB value is (204,149,40). Sum of RGB (Red+Green+Blue) = 204+149+40=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9528 is #336AD7. Grayscale: #999999. Windows color (decimal): -3369688 or 2659788. OLE color: 2659788.

HSL color Cylindrical-coordinate representation of color #CC9528: hue angle of 39.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC9528 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 40 -
CMYK 0 0.27 0.80 0.2
HSL 39.88º 0.67% 0.48% -
HSV(B) 39.88º 0.8% 0.8% -
XYZ 36.03 34.49 6.76 -
YUV 153.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 204 149 40 0 0.27 0.80 0.2 39.88 0.67 0.48
Hex CC 95 28 0 1B 50 14 28 43 30
Octal 314 225 50 0 33 120 24 50 103 60
Binary 11001100 10010101 101000 0 11011 1010000 10100 101000 1000011 110000

Color Harmonies of #CC9528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9528

Black with #CC9528

Text Example


Text Example

White with #CC9528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9528; }

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

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

background-color css

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

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

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

border-color css

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

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

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