#F44223

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

Shades of Red Orange #F44223

Tints of Red Orange #F44223

Color information

#F44223 (or 0xF44223) is unknown color: approx Red Orange. HEX triplet: F4, 42 and 23. RGB value is (244,66,35). Sum of RGB (Red+Green+Blue) = 244+66+35=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F44223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44223 is #0BBDDC. Grayscale: #737373. Windows color (decimal): -769501 or 2310900. OLE color: 2310900.

HSL color Cylindrical-coordinate representation of color #F44223: hue angle of 8.9º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F44223 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB2446635-
CMYK00.730.860.04
HSL8.9º90.48%54.71%-
HSV(B)8.9º85.66%95.69%-
XYZ39.5623.253.99-
YUV115.6982.47219.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 70.72%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 35 (14.06% from 255) = 10.14%
R=70.72%
G=19.13%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244663500.730.860.048.990.4854.71
HexF4422304956495a37
Octal36410243011112641113267
Binary11110100100001010001101001001101011010010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44223; }

 p { color: rgb(244,66,35); }

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

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

 a { background-color: rgb(244,66,35); }

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

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

 span { border-color: rgb(244,66,35); }

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