Html Css Color HEX #CC962D Fuel Yellow

📋 copy color: '#CC962D'

red 204 ◦ green 150 ◦ blue 45

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

Shades of Fuel Yellow #CC962D

Tints of Fuel Yellow #CC962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.59%

 BLUE value IS 45 (17.97% from 255) = 11.28%

R = 51.13%
G = 37.59%
B = 11.28%

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

#CC962D (or 0xCC962D) is known color: Fuel Yellow. HEX triplet: CC, 96 and 2D. RGB value is (204,150,45). Sum of RGB (Red+Green+Blue) = 204+150+45=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC962D is #3369D2. Grayscale: #9A9A9A. Windows color (decimal): -3369427 or 2987724. OLE color: 2987724.

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

Color convert

RGB 204 150 45 -
CMYK 0 0.26 0.78 0.2
HSL 39.62º 0.64% 0.49% -
HSV(B) 39.62º 0.78% 0.8% -
XYZ 36.28 34.84 7.3 -
YUV 154.18 66.39 163.54 -
System Red Green Blue C M Y K H S L
Decimal 204 150 45 0 0.26 0.78 0.2 39.62 0.64 0.49
Hex CC 96 2D 0 1A 4E 14 28 40 31
Octal 314 226 55 0 32 116 24 50 100 61
Binary 11001100 10010110 101101 0 11010 1001110 10100 101000 1000000 110001

Color Harmonies of #CC962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC962D

Black with #CC962D

Text Example


Text Example

White with #CC962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC962D; }

 p { color: rgb(204,150,45); }

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

background-color css

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

 a { background-color: rgb(204,150,45); }

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

border-color css

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

 span { border-color: rgb(204,150,45); }

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