#F17C2D

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

Shades of West Side #F17C2D

Tints of West Side #F17C2D

Color information

#F17C2D (or 0xF17C2D) is unknown color: approx West Side. HEX triplet: F1, 7C and 2D. RGB value is (241,124,45). Sum of RGB (Red+Green+Blue) = 241+124+45=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17C2D is #0E83D2. Grayscale: #969696. Windows color (decimal): -951251 or 2981105. OLE color: 2981105.

HSL color Cylindrical-coordinate representation of color #F17C2D: hue angle of 24.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F17C2D is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24112445-
CMYK00.490.810.05
HSL24.18º87.5%56.08%-
HSV(B)24.18º81.33%94.51%-
XYZ43.9633.316.59-
YUV149.9868.76192.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.78%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 45 (17.97% from 255) = 10.98%
R=58.78%
G=30.24%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411244500.490.810.0524.1887.556.08
HexF17C2D031515185838
Octal3611745506112153013070
Binary11110001111110010110101100011010001101110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17C2D; }

 p { color: rgb(241,124,45); }

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

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

 a { background-color: rgb(241,124,45); }

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

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

 span { border-color: rgb(241,124,45); }

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