#FF4032

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

Shades of Red Orange #FF4032

Tints of Red Orange #FF4032

Color information

#FF4032 (or 0xFF4032) is unknown color: approx Red Orange. HEX triplet: FF, 40 and 32. RGB value is (255,64,50). Sum of RGB (Red+Green+Blue) = 255+64+50=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4032 is #00BFCD. Grayscale: #777777. Windows color (decimal): -49102 or 3293439. OLE color: 3293439.

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

Color convert

RGB2556450-
CMYK00.750.800
HSL4.1º100%59.8%-
HSV(B)4.1º80.39%100%-
XYZ43.6525.165.57-
YUV119.5188.78224.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.11%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 50 (19.92% from 255) = 13.55%
R=69.11%
G=17.34%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255645000.750.8004.110059.8
HexFF403204B5004643c
Octal3771006201131200414474
Binary11111111100000011001001001011101000001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4032; }

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

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

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

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

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

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

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

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