#FF4232

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

Shades of Red Orange #FF4232

Tints of Red Orange #FF4232

Color information

#FF4232 (or 0xFF4232) is unknown color: approx Red Orange. HEX triplet: FF, 42 and 32. RGB value is (255,66,50). Sum of RGB (Red+Green+Blue) = 255+66+50=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4232 is #00BDCD. Grayscale: #787878. Windows color (decimal): -48590 or 3293951. OLE color: 3293951.

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

Color convert

RGB2556650-
CMYK00.740.800
HSL4.68º100%59.8%-
HSV(B)4.68º80.39%100%-
XYZ43.7625.395.61-
YUV120.6988.12223.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.73%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 50 (19.92% from 255) = 13.48%
R=68.73%
G=17.79%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255665000.740.8004.6810059.8
HexFF423204A5005643c
Octal3771026201121200514474
Binary11111111100001011001001001010101000001011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4232; }

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

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

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

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

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

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

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

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