Html Css Color HEX #F73316 Scarlet

📋 copy color: '#F73316'

red 247 ◦ green 51 ◦ blue 22

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

Shades of Scarlet #F73316

Tints of Scarlet #F73316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 77.19%
G = 15.94%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F73316 (or 0xF73316) is known color: Scarlet. HEX triplet: F7, 33 and 16. RGB value is (247,51,22). Sum of RGB (Red+Green+Blue) = 247+51+22=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F73316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73316 is #08CCE9. Grayscale: #6A6A6A. Windows color (decimal): -576746 or 1455095. OLE color: 1455095.

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

Color convert

RGB 247 51 22 -
CMYK 0 0.79 0.91 0.03
HSL 7.73º 0.93% 0.53% -
HSV(B) 7.73º 0.91% 0.97% -
XYZ 39.69 22.2 2.95 -
YUV 106.3 80.43 228.36 -
System Red Green Blue C M Y K H S L
Decimal 247 51 22 0 0.79 0.91 0.03 7.73 0.93 0.53
Hex F7 33 16 0 4F 5B 3 8 5D 35
Octal 367 63 26 0 117 133 3 10 135 65
Binary 11110111 110011 10110 0 1001111 1011011 11 1000 1011101 110101

Color Harmonies of #F73316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73316

Black with #F73316

Text Example


Text Example

White with #F73316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73316; }

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

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

background-color css

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

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

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

border-color css

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

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

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