Html Css Color HEX #CC952D Fuel Yellow

📋 copy color: '#CC952D'

red 204 ◦ green 149 ◦ blue 45

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

Shades of Fuel Yellow #CC952D

Tints of Fuel Yellow #CC952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.31%

R = 51.26%
G = 37.44%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC952D (or 0xCC952D) is known color: Fuel Yellow. HEX triplet: CC, 95 and 2D. RGB value is (204,149,45). Sum of RGB (Red+Green+Blue) = 204+149+45=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC952D is #336AD2. Grayscale: #9A9A9A. Windows color (decimal): -3369683 or 2987468. OLE color: 2987468.

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

Color convert

RGB 204 149 45 -
CMYK 0 0.27 0.78 0.2
HSL 39.25º 0.64% 0.49% -
HSV(B) 39.25º 0.78% 0.8% -
XYZ 36.12 34.52 7.24 -
YUV 153.59 66.72 163.96 -
System Red Green Blue C M Y K H S L
Decimal 204 149 45 0 0.27 0.78 0.2 39.25 0.64 0.49
Hex CC 95 2D 0 1B 4E 14 27 40 31
Octal 314 225 55 0 33 116 24 47 100 61
Binary 11001100 10010101 101101 0 11011 1001110 10100 100111 1000000 110001

Color Harmonies of #CC952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC952D

Black with #CC952D

Text Example


Text Example

White with #CC952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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