#F2501F

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

Shades of Outrageous Orange #F2501F

Tints of Outrageous Orange #F2501F

Color information

#F2501F (or 0xF2501F) is unknown color: approx Outrageous Orange. HEX triplet: F2, 50 and 1F. RGB value is (242,80,31). Sum of RGB (Red+Green+Blue) = 242+80+31=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2501F is #0DAFE0. Grayscale: #7B7B7B. Windows color (decimal): -896993 or 2052338. OLE color: 2052338.

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

Color convert

RGB2428031-
CMYK00.670.870.05
HSL13.93º89.03%53.53%-
HSV(B)13.93º87.19%94.9%-
XYZ39.7324.713.97-
YUV122.8576.17212.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 68.56%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 31 (12.5% from 255) = 8.78%
R=68.56%
G=22.66%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242803100.670.870.0513.9389.0353.53
HexF2501F043575e5936
Octal36212037010312751613166
Binary1111001010100001111101000011101011110111101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2501F; }

 p { color: rgb(242,80,31); }

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

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

 a { background-color: rgb(242,80,31); }

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

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

 span { border-color: rgb(242,80,31); }

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