#FF562C

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

Shades of Outrageous Orange #FF562C

Tints of Outrageous Orange #FF562C

Color information

#FF562C (or 0xFF562C) is unknown color: approx Outrageous Orange. HEX triplet: FF, 56 and 2C. RGB value is (255,86,44). Sum of RGB (Red+Green+Blue) = 255+86+44=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF562C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF562C is #00A9D3. Grayscale: #848484. Windows color (decimal): -43476 or 2905855. OLE color: 2905855.

HSL color Cylindrical-coordinate representation of color #FF562C: hue angle of 11.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF562C is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB2558644-
CMYK00.660.830
HSL11.94º100%58.63%-
HSV(B)11.94º82.75%100%-
XYZ45.0228.15.43-
YUV131.7478.49215.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.23%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 44 (17.58% from 255) = 11.43%
R=66.23%
G=22.34%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255864400.660.83011.9410058.63
HexFF562C042530c643b
Octal37712654010212301414473
Binary111111111010110101100010000101010011011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF562C; }

 p { color: rgb(255,86,44); }

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

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

 a { background-color: rgb(255,86,44); }

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

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

 span { border-color: rgb(255,86,44); }

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