#F25D3A

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

Shades of Outrageous Orange #F25D3A

Tints of Outrageous Orange #F25D3A

Color information

#F25D3A (or 0xF25D3A) is unknown color: approx Outrageous Orange. HEX triplet: F2, 5D and 3A. RGB value is (242,93,58). Sum of RGB (Red+Green+Blue) = 242+93+58=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25D3A is #0DA2C5. Grayscale: #858585. Windows color (decimal): -893638 or 3825138. OLE color: 3825138.

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

Color convert

RGB2429358-
CMYK00.620.760.05
HSL11.41º87.62%58.82%-
HSV(B)11.41º76.03%94.9%-
XYZ41.327.017.04-
YUV133.5685.36205.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.58%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 58 (23.05% from 255) = 14.76%
R=61.58%
G=23.66%
B=14.76%

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
Decimal242935800.620.760.0511.4187.6258.82
HexF25D3A03E4C5b583b
Octal3621357207611451313073
Binary1111001010111011110100111110100110010110111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25D3A; }

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

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

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

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

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

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

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

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