#ff5c2e

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

Shades of Outrageous Orange #FF5C2E

Tints of Outrageous Orange #FF5C2E

Color information

#FF5C2E (or 0xFF5C2E) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5C and 2E. RGB value is (255,92,46). Sum of RGB (Red+Green+Blue) = 255+92+46=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C2E is #00A3D1. Grayscale: #878787. Windows color (decimal): -41938 or 3038463. OLE color: 3038463.

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

Color convert

RGB2559246-
CMYK00.640.820
HSL13.21º100%59.02%-
HSV(B)13.21º81.96%100%-
XYZ45.5629.115.8-
YUV135.4977.5213.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.89%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 46 (18.36% from 255) = 11.70%
R=64.89%
G=23.41%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255924600.640.82013.2110059.02
HexFF5C2E040520d643b
Octal37713456010012201514473
Binary111111111011100101110010000001010010011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5c2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5c2e; }

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

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

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

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

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

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

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

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