#F25840

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

Shades of Sunset Orange #F25840

Tints of Sunset Orange #F25840

Color information

#F25840 (or 0xF25840) is unknown color: approx Sunset Orange. HEX triplet: F2, 58 and 40. RGB value is (242,88,64). Sum of RGB (Red+Green+Blue) = 242+88+64=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F25840 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25840 is #0DA7BF. Grayscale: #838383. Windows color (decimal): -894912 or 4217074. OLE color: 4217074.

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

Color convert

RGB2428864-
CMYK00.640.740.05
HSL8.09º87.25%60%-
HSV(B)8.09º73.55%94.9%-
XYZ41.0326.237.75-
YUV131.3190.02206.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.42%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 64 (25.39% from 255) = 16.24%
R=61.42%
G=22.34%
B=16.24%

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
Decimal242886400.640.740.058.0987.2560
HexF258400404A58573c
Octal362130100010011251012774
Binary111100101011000100000001000000100101010110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25840; }

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

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

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

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

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

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

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

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