Html Css Color HEX #F73011 Scarlet

📋 copy color: '#F73011'

red 247 ◦ green 48 ◦ blue 17

#F73011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F73011

Tints of Scarlet #F73011

RGB

 RED value IS 247 (96.88% from 255) = 79.17%

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 79.17%
G = 15.38%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F73011 (or 0xF73011) is known color: Scarlet. HEX triplet: F7, 30 and 11. RGB value is (247,48,17). Sum of RGB (Red+Green+Blue) = 247+48+17=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F73011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73011 is #08CFEE. Grayscale: #686868. Windows color (decimal): -577519 or 1126647. OLE color: 1126647.

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

Color convert

RGB 247 48 17 -
CMYK 0 0.81 0.93 0.03
HSL 8.09º 0.93% 0.52% -
HSV(B) 8.09º 0.93% 0.97% -
XYZ 39.52 21.93 2.68 -
YUV 103.97 78.93 230.02 -
System Red Green Blue C M Y K H S L
Decimal 247 48 17 0 0.81 0.93 0.03 8.09 0.93 0.52
Hex F7 30 11 0 51 5D 3 8 5D 34
Octal 367 60 21 0 121 135 3 10 135 64
Binary 11110111 110000 10001 0 1010001 1011101 11 1000 1011101 110100

Color Harmonies of #F73011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73011

Black with #F73011

Text Example


Text Example

White with #F73011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73011; }

 p { color: rgb(247,48,17); }

 H1.HeaderClassName
 {
   color: #F73011;
 }
 .AnyTagClassName
 {
   color: #F73011;
 }
</style>

background-color css

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

 a { background-color: rgb(247,48,17); }

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

border-color css

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

 span { border-color: rgb(247,48,17); }

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