#F73614

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

Shades of Scarlet #F73614

Tints of Scarlet #F73614

Color information

#F73614 (or 0xF73614) is unknown color: approx Scarlet. HEX triplet: F7, 36 and 14. RGB value is (247,54,20). Sum of RGB (Red+Green+Blue) = 247+54+20=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F73614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73614 is #08C9EB. Grayscale: #6C6C6C. Windows color (decimal): -575980 or 1324791. OLE color: 1324791.

HSL color Cylindrical-coordinate representation of color #F73614: hue angle of 8.99º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F73614 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB2475420-
CMYK00.780.920.03
HSL8.99º93.42%52.35%-
HSV(B)8.99º91.9%96.86%-
XYZ39.822.462.9-
YUV107.8378.44227.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 76.95%
GREEN value IS 54 (21.48% from 255) = 16.82%
BLUE value IS 20 (8.20% from 255) = 6.23%
R=76.95%
G=16.82%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247542000.780.920.038.9993.4252.35
HexF7361404E5C395d34
Octal3676624011613431113564
Binary11110111110110101000100111010111001110011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73614; }

 p { color: rgb(247,54,20); }

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

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

 a { background-color: rgb(247,54,20); }

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

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

 span { border-color: rgb(247,54,20); }

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