#FF5432

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

Shades of Outrageous Orange #FF5432

Tints of Outrageous Orange #FF5432

Color information

#FF5432 (or 0xFF5432) is unknown color: approx Outrageous Orange. HEX triplet: FF, 54 and 32. RGB value is (255,84,50). Sum of RGB (Red+Green+Blue) = 255+84+50=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5432 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5432 is #00ABCD. Grayscale: #838383. Windows color (decimal): -43982 or 3298559. OLE color: 3298559.

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

Color convert

RGB2558450-
CMYK00.670.800
HSL9.95º100%59.8%-
HSV(B)9.95º80.39%100%-
XYZ44.9927.836.02-
YUV131.2582.15216.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.55%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 50 (19.92% from 255) = 12.85%
R=65.55%
G=21.59%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255845000.670.8009.9510059.8
HexFF5432043500a643c
Octal37712462010312001214474
Binary111111111010100110010010000111010000010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5432; }

 p { color: rgb(255,84,50); }

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

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

 a { background-color: rgb(255,84,50); }

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

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

 span { border-color: rgb(255,84,50); }

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