#FF561E

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

Shades of Outrageous Orange #FF561E

Tints of Outrageous Orange #FF561E

Color information

#FF561E (or 0xFF561E) is unknown color: approx Outrageous Orange. HEX triplet: FF, 56 and 1E. RGB value is (255,86,30). Sum of RGB (Red+Green+Blue) = 255+86+30=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF561E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF561E is #00A9E1. Grayscale: #828282. Windows color (decimal): -43490 or 1988351. OLE color: 1988351.

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

Color convert

RGB2558630-
CMYK00.660.880
HSL14.93º100%55.88%-
HSV(B)14.93º88.24%100%-
XYZ44.828.014.27-
YUV130.1571.49217.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.73%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=68.73%
G=23.18%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255863000.660.88014.9310055.88
HexFF561E042580f6438
Octal37712636010213001714470
Binary11111111101011011110010000101011000011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF561E; }

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

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

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

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

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

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

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

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