Html Css Color HEX #CC962C Fuel Yellow

📋 copy color: '#CC962C'

red 204 ◦ green 150 ◦ blue 44

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

Shades of Fuel Yellow #CC962C

Tints of Fuel Yellow #CC962C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.06%

R = 51.26%
G = 37.69%
B = 11.06%

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

#CC962C (or 0xCC962C) is known color: Fuel Yellow. HEX triplet: CC, 96 and 2C. RGB value is (204,150,44). Sum of RGB (Red+Green+Blue) = 204+150+44=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC962C is #3369D3. Grayscale: #9A9A9A. Windows color (decimal): -3369428 or 2922188. OLE color: 2922188.

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

Color convert

RGB 204 150 44 -
CMYK 0 0.26 0.78 0.2
HSL 39.75º 0.65% 0.49% -
HSV(B) 39.75º 0.78% 0.8% -
XYZ 36.26 34.83 7.19 -
YUV 154.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 204 150 44 0 0.26 0.78 0.2 39.75 0.65 0.49
Hex CC 96 2C 0 1A 4E 14 28 41 31
Octal 314 226 54 0 32 116 24 50 101 61
Binary 11001100 10010110 101100 0 11010 1001110 10100 101000 1000001 110001

Color Harmonies of #CC962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC962C

Black with #CC962C

Text Example


Text Example

White with #CC962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC962C; }

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

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

background-color css

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

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

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

border-color css

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

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

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