#FF5D3F

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

Shades of Outrageous Orange #FF5D3F

Tints of Outrageous Orange #FF5D3F

Color information

#FF5D3F (or 0xFF5D3F) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5D and 3F. RGB value is (255,93,63). Sum of RGB (Red+Green+Blue) = 255+93+63=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D3F is #00A2C0. Grayscale: #8A8A8A. Windows color (decimal): -41665 or 4152831. OLE color: 4152831.

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

Color convert

RGB2559363-
CMYK00.640.750
HSL9.38º100%62.35%-
HSV(B)9.38º75.29%100%-
XYZ46.0529.457.96-
YUV138.0285.67211.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.04%
GREEN value IS 93 (36.72% from 255) = 22.63%
BLUE value IS 63 (25% from 255) = 15.33%
R=62.04%
G=22.63%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255936300.640.7509.3810062.35
HexFF5D3F0404B09643e
Octal37713577010011301114476
Binary111111111011101111111010000001001011010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5D3F; }

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

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

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

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

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

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

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

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