Html Css Color HEX #CC962E Fuel Yellow

📋 copy color: '#CC962E'

red 204 ◦ green 150 ◦ blue 46

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

Shades of Fuel Yellow #CC962E

Tints of Fuel Yellow #CC962E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.5%

R = 51%
G = 37.5%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC962E (or 0xCC962E) is known color: Fuel Yellow. HEX triplet: CC, 96 and 2E. RGB value is (204,150,46). Sum of RGB (Red+Green+Blue) = 204+150+46=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC962E is #3369D1. Grayscale: #9A9A9A. Windows color (decimal): -3369426 or 3053260. OLE color: 3053260.

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

Color convert

RGB 204 150 46 -
CMYK 0 0.26 0.77 0.2
HSL 39.49º 0.63% 0.49% -
HSV(B) 39.49º 0.77% 0.8% -
XYZ 36.3 34.85 7.4 -
YUV 154.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 204 150 46 0 0.26 0.77 0.2 39.49 0.63 0.49
Hex CC 96 2E 0 1A 4D 14 27 3F 31
Octal 314 226 56 0 32 115 24 47 77 61
Binary 11001100 10010110 101110 0 11010 1001101 10100 100111 111111 110001

Color Harmonies of #CC962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC962E

Black with #CC962E

Text Example


Text Example

White with #CC962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC962E; }

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

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

background-color css

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

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

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

border-color css

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

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

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