Html Css Color HEX #CC992F Fuel Yellow

📋 copy color: '#CC992F'

red 204 ◦ green 153 ◦ blue 47

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

Shades of Fuel Yellow #CC992F

Tints of Fuel Yellow #CC992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.63%

R = 50.5%
G = 37.87%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC992F (or 0xCC992F) is known color: Fuel Yellow. HEX triplet: CC, 99 and 2F. RGB value is (204,153,47). Sum of RGB (Red+Green+Blue) = 204+153+47=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC992F is #3366D0. Grayscale: #9C9C9C. Windows color (decimal): -3368657 or 3119564. OLE color: 3119564.

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

Color convert

RGB 204 153 47 -
CMYK 0 0.25 0.77 0.2
HSL 40.51º 0.63% 0.49% -
HSV(B) 40.51º 0.77% 0.8% -
XYZ 36.81 35.83 7.66 -
YUV 156.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 204 153 47 0 0.25 0.77 0.2 40.51 0.63 0.49
Hex CC 99 2F 0 19 4D 14 29 3F 31
Octal 314 231 57 0 31 115 24 51 77 61
Binary 11001100 10011001 101111 0 11001 1001101 10100 101001 111111 110001

Color Harmonies of #CC992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC992F

Black with #CC992F

Text Example


Text Example

White with #CC992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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