Html Css Color HEX #CC952F Fuel Yellow

📋 copy color: '#CC952F'

red 204 ◦ green 149 ◦ blue 47

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

Shades of Fuel Yellow #CC952F

Tints of Fuel Yellow #CC952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 51%
G = 37.25%
B = 11.75%

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

#CC952F (or 0xCC952F) is known color: Fuel Yellow. HEX triplet: CC, 95 and 2F. RGB value is (204,149,47). Sum of RGB (Red+Green+Blue) = 204+149+47=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC952F is #336AD0. Grayscale: #9A9A9A. Windows color (decimal): -3369681 or 3118540. OLE color: 3118540.

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

Color convert

RGB 204 149 47 -
CMYK 0 0.27 0.77 0.2
HSL 38.98º 0.63% 0.49% -
HSV(B) 38.98º 0.77% 0.8% -
XYZ 36.16 34.54 7.45 -
YUV 153.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 204 149 47 0 0.27 0.77 0.2 38.98 0.63 0.49
Hex CC 95 2F 0 1B 4D 14 27 3F 31
Octal 314 225 57 0 33 115 24 47 77 61
Binary 11001100 10010101 101111 0 11011 1001101 10100 100111 111111 110001

Color Harmonies of #CC952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC952F

Black with #CC952F

Text Example


Text Example

White with #CC952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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