Html Css Color HEX #F73206 Scarlet

📋 copy color: '#F73206'

red 247 ◦ green 50 ◦ blue 6

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

Shades of Scarlet #F73206

Tints of Scarlet #F73206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

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

R = 81.52%
G = 16.5%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F73206 (or 0xF73206) is known color: Scarlet. HEX triplet: F7, 32 and 06. RGB value is (247,50,6). Sum of RGB (Red+Green+Blue) = 247+50+6=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F73206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73206 is #08CDF9. Grayscale: #686868. Windows color (decimal): -577018 or 406263. OLE color: 406263.

HSL color Cylindrical-coordinate representation of color #F73206: hue angle of 10.95º 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 #F73206 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 50 6 -
CMYK 0 0.80 0.98 0.03
HSL 10.95º 0.95% 0.5% -
HSV(B) 10.95º 0.98% 0.97% -
XYZ 39.53 22.07 2.35 -
YUV 103.89 72.77 230.08 -
System Red Green Blue C M Y K H S L
Decimal 247 50 6 0 0.80 0.98 0.03 10.95 0.95 0.5
Hex F7 32 6 0 50 62 3 B 5F 32
Octal 367 62 6 0 120 142 3 13 137 62
Binary 11110111 110010 110 0 1010000 1100010 11 1011 1011111 110010

Color Harmonies of #F73206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73206

Black with #F73206

Text Example


Text Example

White with #F73206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73206; }

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

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

background-color css

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

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

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

border-color css

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

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

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