#FF5C34

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

Shades of Outrageous Orange #FF5C34

Tints of Outrageous Orange #FF5C34

Color information

#FF5C34 (or 0xFF5C34) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5C and 34. RGB value is (255,92,52). Sum of RGB (Red+Green+Blue) = 255+92+52=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C34 is #00A3CB. Grayscale: #888888. Windows color (decimal): -41932 or 3431679. OLE color: 3431679.

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

Color convert

RGB2559252-
CMYK00.640.800
HSL11.82º100%60.2%-
HSV(B)11.82º79.61%100%-
XYZ45.6929.166.47-
YUV136.1880.5212.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.91%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 52 (20.70% from 255) = 13.03%
R=63.91%
G=23.06%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255925200.640.80011.8210060.2
HexFF5C34040500c643c
Octal37713464010012001414474
Binary111111111011100110100010000001010000011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5C34; }

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

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

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

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

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

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

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

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