#F42C28

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

Shades of Red Orange #F42C28

Tints of Red Orange #F42C28

Color information

#F42C28 (or 0xF42C28) is unknown color: approx Red Orange. HEX triplet: F4, 2C and 28. RGB value is (244,44,40). Sum of RGB (Red+Green+Blue) = 244+44+40=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F42C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42C28 is #0BD3D7. Grayscale: #676767. Windows color (decimal): -775128 or 2632948. OLE color: 2632948.

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

Color convert

RGB2444440-
CMYK00.820.840.04
HSL1.18º90.27%55.69%-
HSV(B)1.18º83.61%95.69%-
XYZ38.5921.194.06-
YUV103.3492.26228.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 74.39%
GREEN value IS 44 (17.58% from 255) = 13.41%
BLUE value IS 40 (16.02% from 255) = 12.20%
R=74.39%
G=13.41%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244444000.820.840.041.1890.2755.69
HexF42C2805254415a38
Octal364545001221244113270
Binary1111010010110010100001010010101010010011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42C28; }

 p { color: rgb(244,44,40); }

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

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

 a { background-color: rgb(244,44,40); }

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

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

 span { border-color: rgb(244,44,40); }

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