#f44b32

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

Shades of Red Orange #F44B32

Tints of Red Orange #F44B32

Color information

#F44B32 (or 0xF44B32) is unknown color: approx Red Orange. HEX triplet: F4, 4B and 32. RGB value is (244,75,50). Sum of RGB (Red+Green+Blue) = 244+75+50=369 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.12% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 244 - color contains mainly: red. Hex color #F44B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44B32 is #0BB4CD. Grayscale: #7A7A7A. Windows color (decimal): -767182 or 3296244. OLE color: 3296244.

HSL color Cylindrical-coordinate representation of color #F44B32: hue angle of 7.73º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F44B32 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB2447550-
CMYK00.690.800.04
HSL7.73º89.81%57.65%-
HSV(B)7.73º79.51%95.69%-
XYZ40.424.55.62-
YUV122.6886.99214.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 66.12%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 50 (19.92% from 255) = 13.55%
R=66.12%
G=20.33%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244755000.690.800.047.7389.8157.65
HexF44B3204550485a3a
Octal36411362010512041013272
Binary11110100100101111001001000101101000010010001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f44b32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f44b32; }

 p { color: rgb(244,75,50); }

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

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

 a { background-color: rgb(244,75,50); }

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

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

 span { border-color: rgb(244,75,50); }

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