#FF5E34

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

Shades of Outrageous Orange #FF5E34

Tints of Outrageous Orange #FF5E34

Color information

#FF5E34 (or 0xFF5E34) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5E and 34. RGB value is (255,94,52). Sum of RGB (Red+Green+Blue) = 255+94+52=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E34 is #00A1CB. Grayscale: #898989. Windows color (decimal): -41420 or 3432191. OLE color: 3432191.

HSL color Cylindrical-coordinate representation of color #FF5E34: hue angle of 12.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF5E34 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB2559452-
CMYK00.630.800
HSL12.41º100%60.2%-
HSV(B)12.41º79.61%100%-
XYZ45.8629.516.53-
YUV137.3579.84211.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.59%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 52 (20.70% from 255) = 12.97%
R=63.59%
G=23.44%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255945200.630.80012.4110060.2
HexFF5E3403F500c643c
Octal3771366407712001414474
Binary11111111101111011010001111111010000011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5E34; }

 p { color: rgb(255,94,52); }

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

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

 a { background-color: rgb(255,94,52); }

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

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

 span { border-color: rgb(255,94,52); }

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