Html Css Color HEX #CC982A Fuel Yellow

📋 copy color: '#CC982A'

red 204 ◦ green 152 ◦ blue 42

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

Shades of Fuel Yellow #CC982A

Tints of Fuel Yellow #CC982A

RGB

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

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

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

R = 51.26%
G = 38.19%
B = 10.55%

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

#CC982A (or 0xCC982A) is known color: Fuel Yellow. HEX triplet: CC, 98 and 2A. RGB value is (204,152,42). Sum of RGB (Red+Green+Blue) = 204+152+42=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC982A is #3367D5. Grayscale: #9B9B9B. Windows color (decimal): -3368918 or 2791628. OLE color: 2791628.

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

Color convert

RGB 204 152 42 -
CMYK 0 0.25 0.79 0.2
HSL 40.74º 0.66% 0.48% -
HSV(B) 40.74º 0.79% 0.8% -
XYZ 36.55 35.46 7.11 -
YUV 155.01 64.23 162.94 -
System Red Green Blue C M Y K H S L
Decimal 204 152 42 0 0.25 0.79 0.2 40.74 0.66 0.48
Hex CC 98 2A 0 19 4F 14 29 42 30
Octal 314 230 52 0 31 117 24 51 102 60
Binary 11001100 10011000 101010 0 11001 1001111 10100 101001 1000010 110000

Color Harmonies of #CC982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC982A

Black with #CC982A

Text Example


Text Example

White with #CC982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC982A; }

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

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

background-color css

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

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

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

border-color css

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

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

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