#ff5d2e

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

Shades of Outrageous Orange #FF5D2E

Tints of Outrageous Orange #FF5D2E

Color information

#FF5D2E (or 0xFF5D2E) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5D and 2E. RGB value is (255,93,46). Sum of RGB (Red+Green+Blue) = 255+93+46=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D2E is #00A2D1. Grayscale: #888888. Windows color (decimal): -41682 or 3038719. OLE color: 3038719.

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

Color convert

RGB2559346-
CMYK00.640.820
HSL13.49º100%59.02%-
HSV(B)13.49º81.96%100%-
XYZ45.6529.295.83-
YUV136.0877.17212.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.72%
GREEN value IS 93 (36.72% from 255) = 23.60%
BLUE value IS 46 (18.36% from 255) = 11.68%
R=64.72%
G=23.60%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255934600.640.82013.4910059.02
HexFF5D2E040520d643b
Octal37713556010012201514473
Binary111111111011101101110010000001010010011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5d2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5d2e; }

 p { color: rgb(255,93,46); }

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

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

 a { background-color: rgb(255,93,46); }

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

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

 span { border-color: rgb(255,93,46); }

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