Html Css Color HEX #CC942F Fuel Yellow

📋 copy color: '#CC942F'

red 204 ◦ green 148 ◦ blue 47

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

Shades of Fuel Yellow #CC942F

Tints of Fuel Yellow #CC942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.78%

R = 51.13%
G = 37.09%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC942F (or 0xCC942F) is known color: Fuel Yellow. HEX triplet: CC, 94 and 2F. RGB value is (204,148,47). Sum of RGB (Red+Green+Blue) = 204+148+47=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC942F is #336BD0. Grayscale: #999999. Windows color (decimal): -3369937 or 3118284. OLE color: 3118284.

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

Color convert

RGB 204 148 47 -
CMYK 0 0.27 0.77 0.2
HSL 38.6º 0.63% 0.49% -
HSV(B) 38.6º 0.77% 0.8% -
XYZ 36 34.22 7.4 -
YUV 153.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 204 148 47 0 0.27 0.77 0.2 38.6 0.63 0.49
Hex CC 94 2F 0 1B 4D 14 27 3F 31
Octal 314 224 57 0 33 115 24 47 77 61
Binary 11001100 10010100 101111 0 11011 1001101 10100 100111 111111 110001

Color Harmonies of #CC942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC942F

Black with #CC942F

Text Example


Text Example

White with #CC942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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