#fa4432

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

Shades of Red Orange #FA4432

Tints of Red Orange #FA4432

Color information

#FA4432 (or 0xFA4432) is unknown color: approx Red Orange. HEX triplet: FA, 44 and 32. RGB value is (250,68,50). Sum of RGB (Red+Green+Blue) = 250+68+50=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4432 is #05BBCD. Grayscale: #787878. Windows color (decimal): -375758 or 3294458. OLE color: 3294458.

HSL color Cylindrical-coordinate representation of color #FA4432: hue angle of 5.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA4432 is Cyan = 0, Magento = 0.73, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB2506850-
CMYK00.730.80.02
HSL5.4º95.24%58.82%-
HSV(B)5.4º80%98.04%-
XYZ42.0724.695.57-
YUV120.3788.3220.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 67.93%
GREEN value IS 68 (26.95% from 255) = 18.48%
BLUE value IS 50 (19.92% from 255) = 13.59%
R=67.93%
G=18.48%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.8
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250685000.730.80.025.495.2458.82
HexFA443204950255f3b
Octal3721046201111202513773
Binary111110101000100110010010010011010000101011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa4432; }

 p { color: rgb(250,68,50); }

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

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

 a { background-color: rgb(250,68,50); }

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

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

 span { border-color: rgb(250,68,50); }

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