#F9300A

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

Shades of Scarlet #F9300A

Tints of Scarlet #F9300A

Color information

#F9300A (or 0xF9300A) is unknown color: approx Scarlet. HEX triplet: F9, 30 and 0A. RGB value is (249,48,10). Sum of RGB (Red+Green+Blue) = 249+48+10=307 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.11% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 249 - color contains mainly: red. Hex color #F9300A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9300A is #06CFF5. Grayscale: #686868. Windows color (decimal): -446454 or 667897. OLE color: 667897.

HSL color Cylindrical-coordinate representation of color #F9300A: hue angle of 9.54º 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 #F9300A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB2494810-
CMYK00.810.960.02
HSL9.54º95.22%50.78%-
HSV(B)9.54º95.98%97.65%-
XYZ40.1822.282.47-
YUV103.7775.09231.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 81.11%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 10 (4.30% from 255) = 3.26%
R=81.11%
G=15.64%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249481000.810.960.029.5495.2250.78
HexF930A051602a5f33
Octal3716012012114021213763
Binary1111100111000010100101000111000001010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9300A; }

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

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

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

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

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

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

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

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