#F81C0E

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

Shades of Scarlet #F81C0E

Tints of Scarlet #F81C0E

Color information

#F81C0E (or 0xF81C0E) is unknown color: approx Scarlet. HEX triplet: F8, 1C and 0E. RGB value is (248,28,14). Sum of RGB (Red+Green+Blue) = 248+28+14=290 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.52% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C0E is #07E3F1. Grayscale: #5C5C5C. Windows color (decimal): -517106 or 924920. OLE color: 924920.

HSL color Cylindrical-coordinate representation of color #F81C0E: hue angle of 3.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81C0E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB2482814-
CMYK00.890.940.03
HSL3.59º94.35%51.37%-
HSV(B)3.59º94.35%97.25%-
XYZ39.2120.822.37-
YUV92.1883.89239.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 85.52%
GREEN value IS 28 (11.33% from 255) = 9.66%
BLUE value IS 14 (5.86% from 255) = 4.83%
R=85.52%
G=9.66%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248281400.890.940.033.5994.3551.37
HexF81CE0595E345e33
Octal370341601311363413663
Binary11111000111001110010110011011110111001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81C0E; }

 p { color: rgb(248,28,14); }

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

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

 a { background-color: rgb(248,28,14); }

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

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

 span { border-color: rgb(248,28,14); }

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