#F82A13

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

Shades of Scarlet #F82A13

Tints of Scarlet #F82A13

Color information

#F82A13 (or 0xF82A13) is unknown color: approx Scarlet. HEX triplet: F8, 2A and 13. RGB value is (248,42,19). Sum of RGB (Red+Green+Blue) = 248+42+19=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82A13 is #07D5EC. Grayscale: #656565. Windows color (decimal): -513517 or 1256184. OLE color: 1256184.

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

Color convert

RGB2484219-
CMYK00.830.920.03
HSL6.03º94.24%52.35%-
HSV(B)6.03º92.34%97.25%-
XYZ39.6621.662.71-
YUV100.9781.75232.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 80.26%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 19 (7.81% from 255) = 6.15%
R=80.26%
G=13.59%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248421900.830.920.036.0394.2452.35
HexF82A130535C365e34
Octal370522301231343613664
Binary1111100010101010011010100111011100111101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82A13; }

 p { color: rgb(248,42,19); }

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

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

 a { background-color: rgb(248,42,19); }

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

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

 span { border-color: rgb(248,42,19); }

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