#F25D30

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

Shades of Outrageous Orange #F25D30

Tints of Outrageous Orange #F25D30

Color information

#F25D30 (or 0xF25D30) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5D and 30. RGB value is (242,93,48). Sum of RGB (Red+Green+Blue) = 242+93+48=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25D30 is #0DA2CF. Grayscale: #848484. Windows color (decimal): -893648 or 3169778. OLE color: 3169778.

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

Color convert

RGB2429348-
CMYK00.620.800.05
HSL13.92º88.18%56.86%-
HSV(B)13.92º80.17%94.9%-
XYZ41.0726.925.83-
YUV132.4280.36206.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.19%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 48 (19.14% from 255) = 12.53%
R=63.19%
G=24.28%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242934800.620.800.0513.9288.1856.86
HexF25D3003E505e5839
Octal3621356007612051613071
Binary1111001010111011100000111110101000010111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25D30; }

 p { color: rgb(242,93,48); }

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

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

 a { background-color: rgb(242,93,48); }

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

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

 span { border-color: rgb(242,93,48); }

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