#F05C20

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

Shades of Outrageous Orange #F05C20

Tints of Outrageous Orange #F05C20

Color information

#F05C20 (or 0xF05C20) is unknown color: approx Outrageous Orange. HEX triplet: F0, 5C and 20. RGB value is (240,92,32). Sum of RGB (Red+Green+Blue) = 240+92+32=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05C20 is #0FA3DF. Grayscale: #818181. Windows color (decimal): -1024992 or 2120944. OLE color: 2120944.

HSL color Cylindrical-coordinate representation of color #F05C20: hue angle of 17.31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F05C20 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2409232-
CMYK00.620.870.06
HSL17.31º87.39%53.33%-
HSV(B)17.31º86.67%94.12%-
XYZ40.0226.284.33-
YUV129.4173.03206.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.93%
GREEN value IS 92 (36.33% from 255) = 25.27%
BLUE value IS 32 (12.89% from 255) = 8.79%
R=65.93%
G=25.27%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240923200.620.870.0617.3187.3953.33
HexF05C2003E576115735
Octal3601344007612762112765
Binary11110000101110010000001111101010111110100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05C20; }

 p { color: rgb(240,92,32); }

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

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

 a { background-color: rgb(240,92,32); }

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

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

 span { border-color: rgb(240,92,32); }

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