#F82708

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

Shades of Scarlet #F82708

Tints of Scarlet #F82708

Color information

#F82708 (or 0xF82708) is unknown color: approx Scarlet. HEX triplet: F8, 27 and 08. RGB value is (248,39,8). Sum of RGB (Red+Green+Blue) = 248+39+8=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F82708 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82708 is #07D8F7. Grayscale: #626262. Windows color (decimal): -514296 or 534520. OLE color: 534520.

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

Color convert

RGB248398-
CMYK00.840.970.03
HSL7.75º94.49%50.2%-
HSV(B)7.75º96.77%97.25%-
XYZ39.4821.432.28-
YUV97.9677.24235.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 84.07%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 8 (3.52% from 255) = 2.71%
R=84.07%
G=13.22%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24839800.840.970.037.7594.4950.2
HexF827805461385e32
Octal3704710012414131013662
Binary1111100010011110000101010011000011110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82708; }

 p { color: rgb(248,39,8); }

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

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

 a { background-color: rgb(248,39,8); }

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

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

 span { border-color: rgb(248,39,8); }

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