Html Css Color HEX #CC992A Fuel Yellow

📋 copy color: '#CC992A'

red 204 ◦ green 153 ◦ blue 42

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

Shades of Fuel Yellow #CC992A

Tints of Fuel Yellow #CC992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.53%

R = 51.13%
G = 38.35%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC992A (or 0xCC992A) is known color: Fuel Yellow. HEX triplet: CC, 99 and 2A. RGB value is (204,153,42). Sum of RGB (Red+Green+Blue) = 204+153+42=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC992A is #3366D5. Grayscale: #9C9C9C. Windows color (decimal): -3368662 or 2791884. OLE color: 2791884.

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

Color convert

RGB 204 153 42 -
CMYK 0 0.25 0.79 0.2
HSL 41.11º 0.66% 0.48% -
HSV(B) 41.11º 0.79% 0.8% -
XYZ 36.71 35.79 7.16 -
YUV 155.6 63.9 162.53 -
System Red Green Blue C M Y K H S L
Decimal 204 153 42 0 0.25 0.79 0.2 41.11 0.66 0.48
Hex CC 99 2A 0 19 4F 14 29 42 30
Octal 314 231 52 0 31 117 24 51 102 60
Binary 11001100 10011001 101010 0 11001 1001111 10100 101001 1000010 110000

Color Harmonies of #CC992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC992A

Black with #CC992A

Text Example


Text Example

White with #CC992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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