#F93014

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

Shades of Scarlet #F93014

Tints of Scarlet #F93014

Color information

#F93014 (or 0xF93014) is unknown color: approx Scarlet. HEX triplet: F9, 30 and 14. RGB value is (249,48,20). Sum of RGB (Red+Green+Blue) = 249+48+20=317 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.55% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 249 - color contains mainly: red. Hex color #F93014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93014 is #06CFEB. Grayscale: #696969. Windows color (decimal): -446444 or 1323257. OLE color: 1323257.

HSL color Cylindrical-coordinate representation of color #F93014: hue angle of 7.34º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F93014 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB2494820-
CMYK00.810.920.02
HSL7.34º95.02%52.75%-
HSV(B)7.34º91.97%97.65%-
XYZ40.2522.32.85-
YUV104.9180.09230.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 78.55%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 20 (8.20% from 255) = 6.31%
R=78.55%
G=15.14%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249482000.810.920.027.3495.0252.75
HexF930140515C275f35
Octal371602401211342713765
Binary1111100111000010100010100011011100101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93014; }

 p { color: rgb(249,48,20); }

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

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

 a { background-color: rgb(249,48,20); }

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

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

 span { border-color: rgb(249,48,20); }

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