#FF5A3D

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

Shades of Outrageous Orange #FF5A3D

Tints of Outrageous Orange #FF5A3D

Color information

#FF5A3D (or 0xFF5A3D) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5A and 3D. RGB value is (255,90,61). Sum of RGB (Red+Green+Blue) = 255+90+61=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A3D is #00A5C2. Grayscale: #888888. Windows color (decimal): -42435 or 4020991. OLE color: 4020991.

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

Color convert

RGB2559061-
CMYK00.650.760
HSL8.97º100%61.96%-
HSV(B)8.97º76.08%100%-
XYZ45.7428.917.58-
YUV136.0385.66212.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.81%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 61 (24.22% from 255) = 15.02%
R=62.81%
G=22.17%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255906100.650.7608.9710061.96
HexFF5A3D0414C09643e
Octal37713275010111401114476
Binary111111111011010111101010000011001100010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5A3D; }

 p { color: rgb(255,90,61); }

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

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

 a { background-color: rgb(255,90,61); }

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

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

 span { border-color: rgb(255,90,61); }

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