#FF5C3A

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

Shades of Outrageous Orange #FF5C3A

Tints of Outrageous Orange #FF5C3A

Color information

#FF5C3A (or 0xFF5C3A) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5C and 3A. RGB value is (255,92,58). Sum of RGB (Red+Green+Blue) = 255+92+58=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C3A is #00A3C5. Grayscale: #898989. Windows color (decimal): -41926 or 3824895. OLE color: 3824895.

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

Color convert

RGB2559258-
CMYK00.640.770
HSL10.36º100%61.37%-
HSV(B)10.36º77.25%100%-
XYZ45.8329.227.23-
YUV136.8683.5212.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.96%
GREEN value IS 92 (36.33% from 255) = 22.72%
BLUE value IS 58 (23.05% from 255) = 14.32%
R=62.96%
G=22.72%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255925800.640.77010.3610061.37
HexFF5C3A0404D0a643d
Octal37713472010011501214475
Binary111111111011100111010010000001001101010101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5C3A; }

 p { color: rgb(255,92,58); }

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

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

 a { background-color: rgb(255,92,58); }

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

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

 span { border-color: rgb(255,92,58); }

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