#F4310F

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

Shades of Scarlet #F4310F

Tints of Scarlet #F4310F

Color information

#F4310F (or 0xF4310F) is unknown color: approx Scarlet. HEX triplet: F4, 31 and 0F. RGB value is (244,49,15). Sum of RGB (Red+Green+Blue) = 244+49+15=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F4310F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4310F is #0BCEF0. Grayscale: #676767. Windows color (decimal): -773873 or 995828. OLE color: 995828.

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

Color convert

RGB2444915-
CMYK00.800.940.04
HSL8.91º91.24%50.78%-
HSV(B)8.91º93.85%95.69%-
XYZ38.4921.462.57-
YUV103.4378.1228.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 79.22%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 15 (6.25% from 255) = 4.87%
R=79.22%
G=15.91%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244491500.800.940.048.9191.2450.78
HexF431F0505E495b33
Octal3646117012013641113363
Binary11110100110001111101010000101111010010011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4310F; }

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

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

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

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

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

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

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

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