#F93208

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

Shades of Scarlet #F93208

Tints of Scarlet #F93208

Color information

#F93208 (or 0xF93208) is unknown color: approx Scarlet. HEX triplet: F9, 32 and 08. RGB value is (249,50,8). Sum of RGB (Red+Green+Blue) = 249+50+8=307 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.11% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 249 - color contains mainly: red. Hex color #F93208 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93208 is #06CDF7. Grayscale: #696969. Windows color (decimal): -445944 or 537337. OLE color: 537337.

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

Color convert

RGB249508-
CMYK00.800.970.02
HSL10.46º95.26%50.39%-
HSV(B)10.46º96.79%97.65%-
XYZ40.2522.442.44-
YUV104.7173.43230.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 81.11%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=81.11%
G=16.29%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24950800.800.970.0210.4695.2650.39
HexF9328050612a5f32
Octal3716210012014121213762
Binary1111100111001010000101000011000011010101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93208; }

 p { color: rgb(249,50,8); }

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

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

 a { background-color: rgb(249,50,8); }

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

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

 span { border-color: rgb(249,50,8); }

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