Html Css Color HEX #CC9428 Fuel Yellow

📋 copy color: '#CC9428'

red 204 ◦ green 148 ◦ blue 40

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

Shades of Fuel Yellow #CC9428

Tints of Fuel Yellow #CC9428

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.76%

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

R = 52.04%
G = 37.76%
B = 10.2%

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

#CC9428 (or 0xCC9428) is known color: Fuel Yellow. HEX triplet: CC, 94 and 28. RGB value is (204,148,40). Sum of RGB (Red+Green+Blue) = 204+148+40=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9428 is #336BD7. Grayscale: #989898. Windows color (decimal): -3369944 or 2659532. OLE color: 2659532.

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

Color convert

RGB 204 148 40 -
CMYK 0 0.27 0.80 0.2
HSL 39.51º 0.67% 0.48% -
HSV(B) 39.51º 0.8% 0.8% -
XYZ 35.87 34.17 6.71 -
YUV 152.43 64.55 164.78 -
System Red Green Blue C M Y K H S L
Decimal 204 148 40 0 0.27 0.80 0.2 39.51 0.67 0.48
Hex CC 94 28 0 1B 50 14 28 43 30
Octal 314 224 50 0 33 120 24 50 103 60
Binary 11001100 10010100 101000 0 11011 1010000 10100 101000 1000011 110000

Color Harmonies of #CC9428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9428

Black with #CC9428

Text Example


Text Example

White with #CC9428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9428; }

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

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

background-color css

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

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

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

border-color css

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

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

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