#F82302

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

Shades of Scarlet #F82302

Tints of Scarlet #F82302

Color information

#F82302 (or 0xF82302) is unknown color: approx Scarlet. HEX triplet: F8, 23 and 02. RGB value is (248,35,2). Sum of RGB (Red+Green+Blue) = 248+35+2=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F82302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82302 is #07DCFD. Grayscale: #5F5F5F. Windows color (decimal): -515326 or 140280. OLE color: 140280.

HSL color Cylindrical-coordinate representation of color #F82302: hue angle of 8.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F82302 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB248352-
CMYK00.860.990.03
HSL8.05º98.4%49.02%-
HSV(B)8.05º99.19%97.25%-
XYZ39.3221.162.07-
YUV94.9275.57237.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 87.02%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=87.02%
G=12.28%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24835200.860.990.038.0598.449.02
HexF823205663386231
Octal370432012614331014261
Binary11111000100011100101011011000111110001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82302; }

 p { color: rgb(248,35,2); }

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

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

 a { background-color: rgb(248,35,2); }

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

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

 span { border-color: rgb(248,35,2); }

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