#F25C3A

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

Shades of Outrageous Orange #F25C3A

Tints of Outrageous Orange #F25C3A

Color information

#F25C3A (or 0xF25C3A) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5C and 3A. RGB value is (242,92,58). Sum of RGB (Red+Green+Blue) = 242+92+58=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C3A is #0DA3C5. Grayscale: #858585. Windows color (decimal): -893894 or 3824882. OLE color: 3824882.

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

Color convert

RGB2429258-
CMYK00.620.760.05
HSL11.09º87.62%58.82%-
HSV(B)11.09º76.03%94.9%-
XYZ41.2126.847.01-
YUV132.9785.7205.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.73%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 58 (23.05% from 255) = 14.80%
R=61.73%
G=23.47%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242925800.620.760.0511.0987.6258.82
HexF25C3A03E4C5b583b
Octal3621347207611451313073
Binary1111001010111001110100111110100110010110111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25C3A; }

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

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

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

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

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

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

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

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