#F25135

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

Shades of Sunset Orange #F25135

Tints of Sunset Orange #F25135

Color information

#F25135 (or 0xF25135) is unknown color: approx Sunset Orange. HEX triplet: F2, 51 and 35. RGB value is (242,81,53). Sum of RGB (Red+Green+Blue) = 242+81+53=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F25135 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25135 is #0DAECA. Grayscale: #7E7E7E. Windows color (decimal): -896715 or 3494386. OLE color: 3494386.

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

Color convert

RGB2428153-
CMYK00.670.780.05
HSL8.89º87.91%57.84%-
HSV(B)8.89º78.1%94.9%-
XYZ40.225.026.08-
YUV125.9586.84210.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.36%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 53 (21.09% from 255) = 14.10%
R=64.36%
G=21.54%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242815300.670.780.058.8987.9157.84
HexF251350434E59583a
Octal36212165010311651113072
Binary11110010101000111010101000011100111010110011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25135; }

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

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

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

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

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

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

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

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