#F25245

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

Shades of Sunset Orange #F25245

Tints of Sunset Orange #F25245

Color information

#F25245 (or 0xF25245) is unknown color: approx Sunset Orange. HEX triplet: F2, 52 and 45. RGB value is (242,82,69). Sum of RGB (Red+Green+Blue) = 242+82+69=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F25245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25245 is #0DADBA. Grayscale: #808080. Windows color (decimal): -896443 or 4543218. OLE color: 4543218.

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

Color convert

RGB2428269-
CMYK00.660.710.05
HSL4.51º86.93%60.98%-
HSV(B)4.51º71.49%94.9%-
XYZ40.7125.348.38-
YUV128.3694.51209.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.58%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=61.58%
G=20.87%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242826900.660.710.054.5186.9360.98
HexF252450424755573d
Octal36212210501021075512775
Binary11110010101001010001010100001010001111011011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25245; }

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

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

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

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

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

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

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

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