#F4300F

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

Shades of Scarlet #F4300F

Tints of Scarlet #F4300F

Color information

#F4300F (or 0xF4300F) is unknown color: approx Scarlet. HEX triplet: F4, 30 and 0F. RGB value is (244,48,15). Sum of RGB (Red+Green+Blue) = 244+48+15=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F4300F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4300F is #0BCFF0. Grayscale: #676767. Windows color (decimal): -774129 or 995572. OLE color: 995572.

HSL color Cylindrical-coordinate representation of color #F4300F: hue angle of 8.65º 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 #F4300F is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB2444815-
CMYK00.800.940.04
HSL8.65º91.24%50.78%-
HSV(B)8.65º93.85%95.69%-
XYZ38.4521.382.55-
YUV102.8478.43228.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 79.48%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 15 (6.25% from 255) = 4.89%
R=79.48%
G=15.64%
B=4.89%

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
Decimal244481500.800.940.048.6591.2450.78
HexF430F0505E495b33
Octal3646017012013641113363
Binary11110100110000111101010000101111010010011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4300F; }

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

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

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

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

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

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

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

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