Html Css Color HEX #CC982C Fuel Yellow

📋 copy color: '#CC982C'

red 204 ◦ green 152 ◦ blue 44

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

Shades of Fuel Yellow #CC982C

Tints of Fuel Yellow #CC982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38%

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

R = 51%
G = 38%
B = 11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC982C (or 0xCC982C) is known color: Fuel Yellow. HEX triplet: CC, 98 and 2C. RGB value is (204,152,44). Sum of RGB (Red+Green+Blue) = 204+152+44=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC982C is #3367D3. Grayscale: #9B9B9B. Windows color (decimal): -3368916 or 2922700. OLE color: 2922700.

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

Color convert

RGB 204 152 44 -
CMYK 0 0.25 0.78 0.2
HSL 40.5º 0.65% 0.49% -
HSV(B) 40.5º 0.78% 0.8% -
XYZ 36.58 35.48 7.3 -
YUV 155.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 204 152 44 0 0.25 0.78 0.2 40.5 0.65 0.49
Hex CC 98 2C 0 19 4E 14 28 41 31
Octal 314 230 54 0 31 116 24 50 101 61
Binary 11001100 10011000 101100 0 11001 1001110 10100 101000 1000001 110001

Color Harmonies of #CC982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC982C

Black with #CC982C

Text Example


Text Example

White with #CC982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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