#F25740

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

Shades of Sunset Orange #F25740

Tints of Sunset Orange #F25740

Color information

#F25740 (or 0xF25740) is unknown color: approx Sunset Orange. HEX triplet: F2, 57 and 40. RGB value is (242,87,64). Sum of RGB (Red+Green+Blue) = 242+87+64=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F25740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25740 is #0DA8BF. Grayscale: #828282. Windows color (decimal): -895168 or 4216818. OLE color: 4216818.

HSL color Cylindrical-coordinate representation of color #F25740: hue angle of 7.75º 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 #F25740 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2428764-
CMYK00.640.740.05
HSL7.75º87.25%60%-
HSV(B)7.75º73.55%94.9%-
XYZ40.9526.067.72-
YUV130.7290.35207.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.58%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=61.58%
G=22.14%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242876400.640.740.057.7587.2560
HexF257400404A58573c
Octal362127100010011251012774
Binary111100101010111100000001000000100101010110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25740; }

 p { color: rgb(242,87,64); }

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

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

 a { background-color: rgb(242,87,64); }

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

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

 span { border-color: rgb(242,87,64); }

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