Html Css Color HEX #CC962B Fuel Yellow

📋 copy color: '#CC962B'

red 204 ◦ green 150 ◦ blue 43

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

Shades of Fuel Yellow #CC962B

Tints of Fuel Yellow #CC962B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.83%

R = 51.39%
G = 37.78%
B = 10.83%

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

#CC962B (or 0xCC962B) is known color: Fuel Yellow. HEX triplet: CC, 96 and 2B. RGB value is (204,150,43). Sum of RGB (Red+Green+Blue) = 204+150+43=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC962B is #3369D4. Grayscale: #9A9A9A. Windows color (decimal): -3369429 or 2856652. OLE color: 2856652.

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

Color convert

RGB 204 150 43 -
CMYK 0 0.26 0.79 0.2
HSL 39.88º 0.65% 0.48% -
HSV(B) 39.88º 0.79% 0.8% -
XYZ 36.24 34.82 7.1 -
YUV 153.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 204 150 43 0 0.26 0.79 0.2 39.88 0.65 0.48
Hex CC 96 2B 0 1A 4F 14 28 41 30
Octal 314 226 53 0 32 117 24 50 101 60
Binary 11001100 10010110 101011 0 11010 1001111 10100 101000 1000001 110000

Color Harmonies of #CC962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC962B

Black with #CC962B

Text Example


Text Example

White with #CC962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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