#F25B3A

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

Shades of Outrageous Orange #F25B3A

Tints of Outrageous Orange #F25B3A

Color information

#F25B3A (or 0xF25B3A) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5B and 3A. RGB value is (242,91,58). Sum of RGB (Red+Green+Blue) = 242+91+58=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25B3A is #0DA4C5. Grayscale: #848484. Windows color (decimal): -894150 or 3824626. OLE color: 3824626.

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

Color convert

RGB2429158-
CMYK00.620.760.05
HSL10.76º87.62%58.82%-
HSV(B)10.76º76.03%94.9%-
XYZ41.1226.666.98-
YUV132.3986.03206.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.89%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=61.89%
G=23.27%
B=14.83%

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
Decimal242915800.620.760.0510.7687.6258.82
HexF25B3A03E4C5b583b
Octal3621337207611451313073
Binary1111001010110111110100111110100110010110111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25B3A; }

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

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

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

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

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

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

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

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