#F2503F

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

Shades of Sunset Orange #F2503F

Tints of Sunset Orange #F2503F

Color information

#F2503F (or 0xF2503F) is unknown color: approx Sunset Orange. HEX triplet: F2, 50 and 3F. RGB value is (242,80,63). Sum of RGB (Red+Green+Blue) = 242+80+63=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2503F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2503F is #0DAFC0. Grayscale: #7E7E7E. Windows color (decimal): -896961 or 4149490. OLE color: 4149490.

HSL color Cylindrical-coordinate representation of color #F2503F: hue angle of 5.7º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2503F is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2428063-
CMYK00.670.740.05
HSL5.7º87.32%59.8%-
HSV(B)5.7º73.97%94.9%-
XYZ40.3824.977.39-
YUV126.592.17210.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.86%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 63 (25% from 255) = 16.36%
R=62.86%
G=20.78%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242806300.670.740.055.787.3259.8
HexF2503F0434A56573c
Octal3621207701031125612774
Binary1111001010100001111110100001110010101011101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2503F; }

 p { color: rgb(242,80,63); }

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

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

 a { background-color: rgb(242,80,63); }

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

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

 span { border-color: rgb(242,80,63); }

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