#FF954C

Color #FF954C Sunshade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunshade #FF954C

Tints of Sunshade #FF954C

Color information

#FF954C (or 0xFF954C) is unknown color: approx Sunshade. HEX triplet: FF, 95 and 4C. RGB value is (255,149,76). Sum of RGB (Red+Green+Blue) = 255+149+76=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF954C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF954C is #006AB3. Grayscale: #ACACAC. Windows color (decimal): -27316 or 5019135. OLE color: 5019135.

HSL color Cylindrical-coordinate representation of color #FF954C: hue angle of 24.47º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF954C is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB25514976-
CMYK00.420.700
HSL24.47º100%64.9%-
HSV(B)24.47º70.2%100%-
XYZ53.2943.2812.38-
YUV172.3773.62186.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.12%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 76 (30.08% from 255) = 15.83%
R=53.12%
G=31.04%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551497600.420.70024.4710064.9
HexFF954C02A460186441
Octal377225114052106030144101
Binary111111111001010110011000101010100011001100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF954C; }

 p { color: rgb(255,149,76); }

 H1.HeaderClassName
 {
   color: #FF954C;
 }
 .AnyTagClassName
 {
   color: #FF954C;
 }
</style>
background-color css

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

 a { background-color: rgb(255,149,76); }

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

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

 span { border-color: rgb(255,149,76); }

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