Html Css Color HEX #F73006 Scarlet

📋 copy color: '#F73006'

red 247 ◦ green 48 ◦ blue 6

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

Shades of Scarlet #F73006

Tints of Scarlet #F73006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 82.06%
G = 15.95%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F73006 (or 0xF73006) is known color: Scarlet. HEX triplet: F7, 30 and 06. RGB value is (247,48,6). Sum of RGB (Red+Green+Blue) = 247+48+6=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F73006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73006 is #08CFF9. Grayscale: #676767. Windows color (decimal): -577530 or 405751. OLE color: 405751.

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

Color convert

RGB 247 48 6 -
CMYK 0 0.81 0.98 0.03
HSL 10.46º 0.95% 0.5% -
HSV(B) 10.46º 0.98% 0.97% -
XYZ 39.45 21.9 2.32 -
YUV 102.71 73.43 230.92 -
System Red Green Blue C M Y K H S L
Decimal 247 48 6 0 0.81 0.98 0.03 10.46 0.95 0.5
Hex F7 30 6 0 51 62 3 A 5F 32
Octal 367 60 6 0 121 142 3 12 137 62
Binary 11110111 110000 110 0 1010001 1100010 11 1010 1011111 110010

Color Harmonies of #F73006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73006

Black with #F73006

Text Example


Text Example

White with #F73006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73006; }

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

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

background-color css

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

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

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

border-color css

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

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

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