Html Css Color HEX #CC9028 Fuel Yellow

📋 copy color: '#CC9028'

red 204 ◦ green 144 ◦ blue 40

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

Shades of Fuel Yellow #CC9028

Tints of Fuel Yellow #CC9028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.11%

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

R = 52.58%
G = 37.11%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC9028 (or 0xCC9028) is known color: Fuel Yellow. HEX triplet: CC, 90 and 28. RGB value is (204,144,40). Sum of RGB (Red+Green+Blue) = 204+144+40=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9028 is #336FD7. Grayscale: #969696. Windows color (decimal): -3370968 or 2658508. OLE color: 2658508.

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

Color convert

RGB 204 144 40 -
CMYK 0 0.29 0.80 0.2
HSL 38.05º 0.67% 0.48% -
HSV(B) 38.05º 0.8% 0.8% -
XYZ 35.26 32.94 6.51 -
YUV 150.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 204 144 40 0 0.29 0.80 0.2 38.05 0.67 0.48
Hex CC 90 28 0 1D 50 14 26 43 30
Octal 314 220 50 0 35 120 24 46 103 60
Binary 11001100 10010000 101000 0 11101 1010000 10100 100110 1000011 110000

Color Harmonies of #CC9028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9028

Black with #CC9028

Text Example


Text Example

White with #CC9028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9028; }

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

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

background-color css

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

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

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

border-color css

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

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

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