#F4312B

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

Shades of Red Orange #F4312B

Tints of Red Orange #F4312B

Color information

#F4312B (or 0xF4312B) is unknown color: approx Red Orange. HEX triplet: F4, 31 and 2B. RGB value is (244,49,43). Sum of RGB (Red+Green+Blue) = 244+49+43=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F4312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4312B is #0BCED4. Grayscale: #6A6A6A. Windows color (decimal): -773845 or 2830836. OLE color: 2830836.

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

Color convert

RGB2444943-
CMYK00.800.820.04
HSL1.79º90.13%56.27%-
HSV(B)1.79º82.38%95.69%-
XYZ38.8421.64.41-
YUV106.6292.1225.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 72.62%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 43 (17.19% from 255) = 12.80%
R=72.62%
G=14.58%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244494300.800.820.041.7990.1356.27
HexF4312B05052425a38
Octal364615301201224213270
Binary11110100110001101011010100001010010100101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4312B; }

 p { color: rgb(244,49,43); }

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

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

 a { background-color: rgb(244,49,43); }

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

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

 span { border-color: rgb(244,49,43); }

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