#FF5A3C

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

Shades of Outrageous Orange #FF5A3C

Tints of Outrageous Orange #FF5A3C

Color information

#FF5A3C (or 0xFF5A3C) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5A and 3C. RGB value is (255,90,60). Sum of RGB (Red+Green+Blue) = 255+90+60=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A3C is #00A5C3. Grayscale: #888888. Windows color (decimal): -42436 or 3955455. OLE color: 3955455.

HSL color Cylindrical-coordinate representation of color #FF5A3C: hue angle of 9.23º 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 #FF5A3C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB2559060-
CMYK00.650.760
HSL9.23º100%61.76%-
HSV(B)9.23º76.47%100%-
XYZ45.7128.97.44-
YUV135.9285.16212.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.96%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 60 (23.83% from 255) = 14.81%
R=62.96%
G=22.22%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255906000.650.7609.2310061.76
HexFF5A3C0414C09643e
Octal37713274010111401114476
Binary111111111011010111100010000011001100010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5A3C; }

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

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

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

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

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

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

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

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