Html Css Color HEX #CC982F Fuel Yellow

📋 copy color: '#CC982F'

red 204 ◦ green 152 ◦ blue 47

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

Shades of Fuel Yellow #CC982F

Tints of Fuel Yellow #CC982F

RGB

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

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

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

R = 50.62%
G = 37.72%
B = 11.66%

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

#CC982F (or 0xCC982F) is known color: Fuel Yellow. HEX triplet: CC, 98 and 2F. RGB value is (204,152,47). Sum of RGB (Red+Green+Blue) = 204+152+47=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC982F is #3367D0. Grayscale: #9C9C9C. Windows color (decimal): -3368913 or 3119308. OLE color: 3119308.

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

Color convert

RGB 204 152 47 -
CMYK 0 0.25 0.77 0.2
HSL 40.13º 0.63% 0.49% -
HSV(B) 40.13º 0.77% 0.8% -
XYZ 36.64 35.5 7.61 -
YUV 155.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 204 152 47 0 0.25 0.77 0.2 40.13 0.63 0.49
Hex CC 98 2F 0 19 4D 14 28 3F 31
Octal 314 230 57 0 31 115 24 50 77 61
Binary 11001100 10011000 101111 0 11001 1001101 10100 101000 111111 110001

Color Harmonies of #CC982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC982F

Black with #CC982F

Text Example


Text Example

White with #CC982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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