Html Css Color HEX #CC942A Fuel Yellow

📋 copy color: '#CC942A'

red 204 ◦ green 148 ◦ blue 42

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

Shades of Fuel Yellow #CC942A

Tints of Fuel Yellow #CC942A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

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

R = 51.78%
G = 37.56%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC942A (or 0xCC942A) is known color: Fuel Yellow. HEX triplet: CC, 94 and 2A. RGB value is (204,148,42). Sum of RGB (Red+Green+Blue) = 204+148+42=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC942A is #336BD5. Grayscale: #999999. Windows color (decimal): -3369942 or 2790604. OLE color: 2790604.

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

Color convert

RGB 204 148 42 -
CMYK 0 0.27 0.79 0.2
HSL 39.26º 0.66% 0.48% -
HSV(B) 39.26º 0.79% 0.8% -
XYZ 35.91 34.18 6.9 -
YUV 152.66 65.55 164.62 -
System Red Green Blue C M Y K H S L
Decimal 204 148 42 0 0.27 0.79 0.2 39.26 0.66 0.48
Hex CC 94 2A 0 1B 4F 14 27 42 30
Octal 314 224 52 0 33 117 24 47 102 60
Binary 11001100 10010100 101010 0 11011 1001111 10100 100111 1000010 110000

Color Harmonies of #CC942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC942A

Black with #CC942A

Text Example


Text Example

White with #CC942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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