#F56236

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

Shades of Outrageous Orange #F56236

Tints of Outrageous Orange #F56236

Color information

#F56236 (or 0xF56236) is unknown color: approx Outrageous Orange. HEX triplet: F5, 62 and 36. RGB value is (245,98,54). Sum of RGB (Red+Green+Blue) = 245+98+54=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F56236 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56236 is #0A9DC9. Grayscale: #898989. Windows color (decimal): -695754 or 3564277. OLE color: 3564277.

HSL color Cylindrical-coordinate representation of color #F56236: hue angle of 13.82º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F56236 is Cyan = 0, Magento = 0.6, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB2459854-
CMYK00.60.780.04
HSL13.82º90.52%58.63%-
HSV(B)13.82º77.96%96.08%-
XYZ42.6928.416.72-
YUV136.9481.2205.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 61.71%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 54 (21.48% from 255) = 13.60%
R=61.71%
G=24.69%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245985400.60.780.0413.8290.5258.63
HexF5623603C4E4e5b3b
Octal3651426607411641613373
Binary1111010111000101101100111100100111010011101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56236; }

 p { color: rgb(245,98,54); }

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

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

 a { background-color: rgb(245,98,54); }

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

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

 span { border-color: rgb(245,98,54); }

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