#F81C0B

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

Shades of Scarlet #F81C0B

Tints of Scarlet #F81C0B

Color information

#F81C0B (or 0xF81C0B) is unknown color: approx Scarlet. HEX triplet: F8, 1C and 0B. RGB value is (248,28,11). Sum of RGB (Red+Green+Blue) = 248+28+11=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C0B is #07E3F4. Grayscale: #5C5C5C. Windows color (decimal): -517109 or 728312. OLE color: 728312.

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

Color convert

RGB2482811-
CMYK00.890.960.03
HSL4.3º94.42%50.78%-
HSV(B)4.3º95.56%97.25%-
XYZ39.1920.812.27-
YUV91.8482.39239.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 86.41%
GREEN value IS 28 (11.33% from 255) = 9.76%
BLUE value IS 11 (4.69% from 255) = 3.83%
R=86.41%
G=9.76%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248281100.890.960.034.394.4250.78
HexF81CB05960345e33
Octal370341301311403413663
Binary11111000111001011010110011100000111001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81C0B; }

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

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

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

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

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

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

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

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