#F05827

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

Shades of Outrageous Orange #F05827

Tints of Outrageous Orange #F05827

Color information

#F05827 (or 0xF05827) is unknown color: approx Outrageous Orange. HEX triplet: F0, 58 and 27. RGB value is (240,88,39). Sum of RGB (Red+Green+Blue) = 240+88+39=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F05827 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05827 is #0FA7D8. Grayscale: #808080. Windows color (decimal): -1026009 or 2578672. OLE color: 2578672.

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

Color convert

RGB2408839-
CMYK00.630.840.06
HSL14.63º87.01%54.71%-
HSV(B)14.63º83.75%94.12%-
XYZ39.7925.654.77-
YUV127.8677.86207.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.40%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 39 (15.62% from 255) = 10.63%
R=65.40%
G=23.98%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240883900.630.840.0614.6387.0154.71
HexF0582703F546f5737
Octal3601304707712461712767
Binary1111000010110001001110111111101010011011111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05827; }

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

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

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

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

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

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

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

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