#F25043

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

Shades of Sunset Orange #F25043

Tints of Sunset Orange #F25043

Color information

#F25043 (or 0xF25043) is unknown color: approx Sunset Orange. HEX triplet: F2, 50 and 43. RGB value is (242,80,67). Sum of RGB (Red+Green+Blue) = 242+80+67=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F25043 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25043 is #0DAFBC. Grayscale: #7F7F7F. Windows color (decimal): -896957 or 4411634. OLE color: 4411634.

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

Color convert

RGB2428067-
CMYK00.670.720.05
HSL4.46º87.06%60.59%-
HSV(B)4.46º72.31%94.9%-
XYZ40.525.028-
YUV126.9694.17210.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.21%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 67 (26.56% from 255) = 17.22%
R=62.21%
G=20.57%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242806700.670.720.054.4687.0660.59
HexF250430434854573d
Octal36212010301031105412775
Binary11110010101000010000110100001110010001011001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25043; }

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

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

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

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

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

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

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

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