#FF5E35

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

Shades of Outrageous Orange #FF5E35

Tints of Outrageous Orange #FF5E35

Color information

#FF5E35 (or 0xFF5E35) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5E and 35. RGB value is (255,94,53). Sum of RGB (Red+Green+Blue) = 255+94+53=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E35 is #00A1CA. Grayscale: #898989. Windows color (decimal): -41419 or 3497727. OLE color: 3497727.

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

Color convert

RGB2559453-
CMYK00.630.790
HSL12.18º100%60.39%-
HSV(B)12.18º79.22%100%-
XYZ45.8929.526.65-
YUV137.4680.34211.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.43%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 53 (21.09% from 255) = 13.18%
R=63.43%
G=23.38%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255945300.630.79012.1810060.39
HexFF5E3503F4F0c643c
Octal3771366507711701414474
Binary11111111101111011010101111111001111011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5E35; }

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

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

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

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

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

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

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

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