#FF5F34

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

Shades of Outrageous Orange #FF5F34

Tints of Outrageous Orange #FF5F34

Color information

#FF5F34 (or 0xFF5F34) is unknown color: approx Outrageous Orange. HEX triplet: FF, 5F and 34. RGB value is (255,95,52). Sum of RGB (Red+Green+Blue) = 255+95+52=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F34 is #00A0CB. Grayscale: #8A8A8A. Windows color (decimal): -41164 or 3432447. OLE color: 3432447.

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

Color convert

RGB2559552-
CMYK00.630.800
HSL12.71º100%60.2%-
HSV(B)12.71º79.61%100%-
XYZ45.9529.696.56-
YUV137.9479.51211.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.43%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 52 (20.70% from 255) = 12.94%
R=63.43%
G=23.63%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255955200.630.80012.7110060.2
HexFF5F3403F500d643c
Octal3771376407712001514474
Binary11111111101111111010001111111010000011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5F34; }

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

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

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

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

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

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

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

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