#F9310A

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

Shades of Scarlet #F9310A

Tints of Scarlet #F9310A

Color information

#F9310A (or 0xF9310A) is unknown color: approx Scarlet. HEX triplet: F9, 31 and 0A. RGB value is (249,49,10). Sum of RGB (Red+Green+Blue) = 249+49+10=308 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.84% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 249 - color contains mainly: red. Hex color #F9310A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9310A is #06CEF5. Grayscale: #686868. Windows color (decimal): -446198 or 668153. OLE color: 668153.

HSL color Cylindrical-coordinate representation of color #F9310A: hue angle of 9.79º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9310A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB2494910-
CMYK00.800.960.02
HSL9.79º95.22%50.78%-
HSV(B)9.79º95.98%97.65%-
XYZ40.2222.362.48-
YUV104.3574.76231.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 80.84%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 10 (4.30% from 255) = 3.25%
R=80.84%
G=15.91%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249491000.800.960.029.7995.2250.78
HexF931A050602a5f33
Octal3716112012014021213763
Binary1111100111000110100101000011000001010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9310A; }

 p { color: rgb(249,49,10); }

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

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

 a { background-color: rgb(249,49,10); }

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

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

 span { border-color: rgb(249,49,10); }

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