Html Css Color HEX #F73306 Scarlet

📋 copy color: '#F73306'

red 247 ◦ green 51 ◦ blue 6

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

Shades of Scarlet #F73306

Tints of Scarlet #F73306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

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

R = 81.25%
G = 16.78%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F73306 (or 0xF73306) is known color: Scarlet. HEX triplet: F7, 33 and 06. RGB value is (247,51,6). Sum of RGB (Red+Green+Blue) = 247+51+6=304 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.25% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 247 - color contains mainly: red. Hex color #F73306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73306 is #08CCF9. Grayscale: #686868. Windows color (decimal): -576762 or 406519. OLE color: 406519.

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

Color convert

RGB 247 51 6 -
CMYK 0 0.79 0.98 0.03
HSL 11.2º 0.95% 0.5% -
HSV(B) 11.2º 0.98% 0.97% -
XYZ 39.57 22.15 2.36 -
YUV 104.47 72.43 229.66 -
System Red Green Blue C M Y K H S L
Decimal 247 51 6 0 0.79 0.98 0.03 11.2 0.95 0.5
Hex F7 33 6 0 4F 62 3 B 5F 32
Octal 367 63 6 0 117 142 3 13 137 62
Binary 11110111 110011 110 0 1001111 1100010 11 1011 1011111 110010

Color Harmonies of #F73306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73306

Black with #F73306

Text Example


Text Example

White with #F73306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73306; }

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

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

background-color css

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

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

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

border-color css

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

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

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