#F25A37

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

Shades of Outrageous Orange #F25A37

Tints of Outrageous Orange #F25A37

Color information

#F25A37 (or 0xF25A37) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5A and 37. RGB value is (242,90,55). Sum of RGB (Red+Green+Blue) = 242+90+55=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25A37 is #0DA5C8. Grayscale: #838383. Windows color (decimal): -894409 or 3627762. OLE color: 3627762.

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

Color convert

RGB2429055-
CMYK00.630.770.05
HSL11.23º87.79%58.24%-
HSV(B)11.23º77.27%94.9%-
XYZ40.9626.476.56-
YUV131.4684.86206.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.53%
GREEN value IS 90 (35.55% from 255) = 23.26%
BLUE value IS 55 (21.88% from 255) = 14.21%
R=62.53%
G=23.26%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242905500.630.770.0511.2387.7958.24
HexF25A3703F4D5b583a
Octal3621326707711551313072
Binary1111001010110101101110111111100110110110111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25A37; }

 p { color: rgb(242,90,55); }

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

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

 a { background-color: rgb(242,90,55); }

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

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

 span { border-color: rgb(242,90,55); }

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