Html Css Color HEX #CC962A Fuel Yellow

📋 copy color: '#CC962A'

red 204 ◦ green 150 ◦ blue 42

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

Shades of Fuel Yellow #CC962A

Tints of Fuel Yellow #CC962A

RGB

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

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

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

R = 51.52%
G = 37.88%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC962A (or 0xCC962A) is known color: Fuel Yellow. HEX triplet: CC, 96 and 2A. RGB value is (204,150,42). Sum of RGB (Red+Green+Blue) = 204+150+42=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC962A is #3369D5. Grayscale: #9A9A9A. Windows color (decimal): -3369430 or 2791116. OLE color: 2791116.

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

Color convert

RGB 204 150 42 -
CMYK 0 0.26 0.79 0.2
HSL 40º 0.66% 0.48% -
HSV(B) 40º 0.79% 0.8% -
XYZ 36.23 34.82 7 -
YUV 153.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 204 150 42 0 0.26 0.79 0.2 40 0.66 0.48
Hex CC 96 2A 0 1A 4F 14 28 42 30
Octal 314 226 52 0 32 117 24 50 102 60
Binary 11001100 10010110 101010 0 11010 1001111 10100 101000 1000010 110000

Color Harmonies of #CC962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC962A

Black with #CC962A

Text Example


Text Example

White with #CC962A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC962A; }

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

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

background-color css

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

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

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

border-color css

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

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

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