Html Css Color HEX #CC972C Fuel Yellow

📋 copy color: '#CC972C'

red 204 ◦ green 151 ◦ blue 44

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

Shades of Fuel Yellow #CC972C

Tints of Fuel Yellow #CC972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.84%

 BLUE value IS 44 (17.58% from 255) = 11.03%

R = 51.13%
G = 37.84%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC972C (or 0xCC972C) is known color: Fuel Yellow. HEX triplet: CC, 97 and 2C. RGB value is (204,151,44). Sum of RGB (Red+Green+Blue) = 204+151+44=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC972C is #3368D3. Grayscale: #9B9B9B. Windows color (decimal): -3369172 or 2922444. OLE color: 2922444.

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

Color convert

RGB 204 151 44 -
CMYK 0 0.26 0.78 0.2
HSL 40.13º 0.65% 0.49% -
HSV(B) 40.13º 0.78% 0.8% -
XYZ 36.42 35.15 7.25 -
YUV 154.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 204 151 44 0 0.26 0.78 0.2 40.13 0.65 0.49
Hex CC 97 2C 0 1A 4E 14 28 41 31
Octal 314 227 54 0 32 116 24 50 101 61
Binary 11001100 10010111 101100 0 11010 1001110 10100 101000 1000001 110001

Color Harmonies of #CC972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC972C

Black with #CC972C

Text Example


Text Example

White with #CC972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC972C; }

 p { color: rgb(204,151,44); }

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

background-color css

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

 a { background-color: rgb(204,151,44); }

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

border-color css

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

 span { border-color: rgb(204,151,44); }

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