#F06127

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

Shades of Outrageous Orange #F06127

Tints of Outrageous Orange #F06127

Color information

#F06127 (or 0xF06127) is unknown color: approx Outrageous Orange. HEX triplet: F0, 61 and 27. RGB value is (240,97,39). Sum of RGB (Red+Green+Blue) = 240+97+39=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F06127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06127 is #0F9ED8. Grayscale: #858585. Windows color (decimal): -1023705 or 2580976. OLE color: 2580976.

HSL color Cylindrical-coordinate representation of color #F06127: hue angle of 17.31º 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 #F06127 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB2409739-
CMYK00.600.840.06
HSL17.31º87.01%54.71%-
HSV(B)17.31º83.75%94.12%-
XYZ40.5827.225.04-
YUV133.1474.88204.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.83%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 39 (15.62% from 255) = 10.37%
R=63.83%
G=25.80%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240973900.600.840.0617.3187.0154.71
HexF0612703C546115737
Octal3601414707412462112767
Binary11110000110000110011101111001010100110100011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06127; }

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

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

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

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

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

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

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

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