Html Css Color HEX #CC9930 Fuel Yellow

📋 copy color: '#CC9930'

red 204 ◦ green 153 ◦ blue 48

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

Shades of Fuel Yellow #CC9930

Tints of Fuel Yellow #CC9930

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

 BLUE value IS 48 (19.14% from 255) = 11.85%

R = 50.37%
G = 37.78%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC9930 (or 0xCC9930) is known color: Fuel Yellow. HEX triplet: CC, 99 and 30. RGB value is (204,153,48). Sum of RGB (Red+Green+Blue) = 204+153+48=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9930 is #3366CF. Grayscale: #9C9C9C. Windows color (decimal): -3368656 or 3185100. OLE color: 3185100.

HSL color Cylindrical-coordinate representation of color #CC9930: hue angle of 40.38º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC9930 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 153 48 -
CMYK 0 0.25 0.76 0.2
HSL 40.38º 0.62% 0.49% -
HSV(B) 40.38º 0.76% 0.8% -
XYZ 36.83 35.83 7.77 -
YUV 156.28 66.9 162.04 -
System Red Green Blue C M Y K H S L
Decimal 204 153 48 0 0.25 0.76 0.2 40.38 0.62 0.49
Hex CC 99 30 0 19 4C 14 28 3E 31
Octal 314 231 60 0 31 114 24 50 76 61
Binary 11001100 10011001 110000 0 11001 1001100 10100 101000 111110 110001

Color Harmonies of #CC9930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9930

Black with #CC9930

Text Example


Text Example

White with #CC9930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9930; }

 p { color: rgb(204,153,48); }

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

background-color css

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

 a { background-color: rgb(204,153,48); }

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

border-color css

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

 span { border-color: rgb(204,153,48); }

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