#F25251

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

Shades of Sunset Orange #F25251

Tints of Sunset Orange #F25251

Color information

#F25251 (or 0xF25251) is unknown color: approx Sunset Orange. HEX triplet: F2, 52 and 51. RGB value is (242,82,81). Sum of RGB (Red+Green+Blue) = 242+82+81=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F25251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25251 is #0DADAE. Grayscale: #818181. Windows color (decimal): -896431 or 5329650. OLE color: 5329650.

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

Color convert

RGB2428281-
CMYK00.660.670.05
HSL0.37º86.1%63.33%-
HSV(B)0.37º66.53%94.9%-
XYZ41.1225.5110.54-
YUV129.73100.51208.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.75%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 81 (32.03% from 255) = 20%
R=59.75%
G=20.25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242828100.660.670.050.3786.163.33
HexF252510424350563f
Octal36212212101021035012677
Binary111100101010010101000101000010100001110101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25251; }

 p { color: rgb(242,82,81); }

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

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

 a { background-color: rgb(242,82,81); }

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

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

 span { border-color: rgb(242,82,81); }

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