Html Css Color HEX #F73010 Scarlet

📋 copy color: '#F73010'

red 247 ◦ green 48 ◦ blue 16

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

Shades of Scarlet #F73010

Tints of Scarlet #F73010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 79.42%
G = 15.43%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F73010 (or 0xF73010) is known color: Scarlet. HEX triplet: F7, 30 and 10. RGB value is (247,48,16). Sum of RGB (Red+Green+Blue) = 247+48+16=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F73010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73010 is #08CFEF. Grayscale: #686868. Windows color (decimal): -577520 or 1061111. OLE color: 1061111.

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

Color convert

RGB 247 48 16 -
CMYK 0 0.81 0.94 0.03
HSL 8.31º 0.94% 0.52% -
HSV(B) 8.31º 0.94% 0.97% -
XYZ 39.51 21.93 2.64 -
YUV 103.85 78.43 230.1 -
System Red Green Blue C M Y K H S L
Decimal 247 48 16 0 0.81 0.94 0.03 8.31 0.94 0.52
Hex F7 30 10 0 51 5E 3 8 5E 34
Octal 367 60 20 0 121 136 3 10 136 64
Binary 11110111 110000 10000 0 1010001 1011110 11 1000 1011110 110100

Color Harmonies of #F73010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73010

Black with #F73010

Text Example


Text Example

White with #F73010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73010; }

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

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

background-color css

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

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

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

border-color css

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

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

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