#F07E34

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

Shades of West Side #F07E34

Tints of West Side #F07E34

Color information

#F07E34 (or 0xF07E34) is unknown color: approx West Side. HEX triplet: F0, 7E and 34. RGB value is (240,126,52). Sum of RGB (Red+Green+Blue) = 240+126+52=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07E34 is #0F81CB. Grayscale: #989898. Windows color (decimal): -1016268 or 3440368. OLE color: 3440368.

HSL color Cylindrical-coordinate representation of color #F07E34: hue angle of 23.62º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F07E34 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB24012652-
CMYK00.480.780.06
HSL23.62º86.24%57.25%-
HSV(B)23.62º78.33%94.12%-
XYZ44.0233.697.43-
YUV151.6571.77191.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.42%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 52 (20.70% from 255) = 12.44%
R=57.42%
G=30.14%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401265200.480.780.0623.6286.2457.25
HexF07E340304E6185639
Octal3601766406011663012671
Binary11110000111111011010001100001001110110110001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07E34; }

 p { color: rgb(240,126,52); }

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

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

 a { background-color: rgb(240,126,52); }

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

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

 span { border-color: rgb(240,126,52); }

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