Html Css Color HEX #F73510 Scarlet

📋 copy color: '#F73510'

red 247 ◦ green 53 ◦ blue 16

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

Shades of Scarlet #F73510

Tints of Scarlet #F73510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

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

R = 78.16%
G = 16.77%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F73510 (or 0xF73510) is known color: Scarlet. HEX triplet: F7, 35 and 10. RGB value is (247,53,16). Sum of RGB (Red+Green+Blue) = 247+53+16=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F73510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73510 is #08CAEF. Grayscale: #6B6B6B. Windows color (decimal): -576240 or 1062391. OLE color: 1062391.

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

Color convert

RGB 247 53 16 -
CMYK 0 0.79 0.94 0.03
HSL 9.61º 0.94% 0.52% -
HSV(B) 9.61º 0.94% 0.97% -
XYZ 39.72 22.36 2.71 -
YUV 106.79 76.77 228.01 -
System Red Green Blue C M Y K H S L
Decimal 247 53 16 0 0.79 0.94 0.03 9.61 0.94 0.52
Hex F7 35 10 0 4F 5E 3 A 5E 34
Octal 367 65 20 0 117 136 3 12 136 64
Binary 11110111 110101 10000 0 1001111 1011110 11 1010 1011110 110100

Color Harmonies of #F73510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73510

Black with #F73510

Text Example


Text Example

White with #F73510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73510; }

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

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

background-color css

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

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

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

border-color css

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

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

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