#F25C3F

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

Shades of Outrageous Orange #F25C3F

Tints of Outrageous Orange #F25C3F

Color information

#F25C3F (or 0xF25C3F) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5C and 3F. RGB value is (242,92,63). Sum of RGB (Red+Green+Blue) = 242+92+63=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C3F is #0DA3C0. Grayscale: #858585. Windows color (decimal): -893889 or 4152562. OLE color: 4152562.

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

Color convert

RGB2429263-
CMYK00.620.740.05
HSL9.72º87.32%59.8%-
HSV(B)9.72º73.97%94.9%-
XYZ41.3426.897.71-
YUV133.5488.2205.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.96%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 63 (25% from 255) = 15.87%
R=60.96%
G=23.17%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242926300.620.740.059.7287.3259.8
HexF25C3F03E4A5a573c
Octal3621347707611251212774
Binary1111001010111001111110111110100101010110101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25C3F; }

 p { color: rgb(242,92,63); }

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

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

 a { background-color: rgb(242,92,63); }

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

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

 span { border-color: rgb(242,92,63); }

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