#F06227

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

Shades of Outrageous Orange #F06227

Tints of Outrageous Orange #F06227

Color information

#F06227 (or 0xF06227) is unknown color: approx Outrageous Orange. HEX triplet: F0, 62 and 27. RGB value is (240,98,39). Sum of RGB (Red+Green+Blue) = 240+98+39=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F06227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06227 is #0F9DD8. Grayscale: #868686. Windows color (decimal): -1023449 or 2581232. OLE color: 2581232.

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

Color convert

RGB2409839-
CMYK00.590.840.06
HSL17.61º87.01%54.71%-
HSV(B)17.61º83.75%94.12%-
XYZ40.6727.415.07-
YUV133.7374.54203.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.66%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 39 (15.62% from 255) = 10.34%
R=63.66%
G=25.99%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240983900.590.840.0617.6187.0154.71
HexF0622703B546125737
Octal3601424707312462212767
Binary11110000110001010011101110111010100110100101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06227; }

 p { color: rgb(240,98,39); }

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

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

 a { background-color: rgb(240,98,39); }

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

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

 span { border-color: rgb(240,98,39); }

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