#F25A1F

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

Shades of Outrageous Orange #F25A1F

Tints of Outrageous Orange #F25A1F

Color information

#F25A1F (or 0xF25A1F) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5A and 1F. RGB value is (242,90,31). Sum of RGB (Red+Green+Blue) = 242+90+31=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25A1F is #0DA5E0. Grayscale: #818181. Windows color (decimal): -894433 or 2054898. OLE color: 2054898.

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

Color convert

RGB2429031-
CMYK00.630.870.05
HSL16.78º89.03%53.53%-
HSV(B)16.78º87.19%94.9%-
XYZ40.5226.294.23-
YUV128.7272.86208.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 66.67%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=66.67%
G=24.79%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242903100.630.870.0516.7889.0353.53
HexF25A1F03F575115936
Octal3621323707712752113166
Binary1111001010110101111101111111010111101100011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25A1F; }

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

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

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

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

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

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

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

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