Html Css Color HEX #F73100 Scarlet

📋 copy color: '#F73100'

red 247 ◦ green 49 ◦ blue 0

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

Shades of Scarlet #F73100

Tints of Scarlet #F73100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.45%
G = 16.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F73100 (or 0xF73100) is known color: Scarlet. HEX triplet: F7, 31 and 00. RGB value is (247,49,0). Sum of RGB (Red+Green+Blue) = 247+49+0=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F73100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73100 is #08CEFF. Grayscale: #676767. Windows color (decimal): -577280 or 12791. OLE color: 12791.

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

Color convert

RGB 247 49 0 -
CMYK 0 0.80 1 0.03
HSL 11.9º 1% 0.48% -
HSV(B) 11.9º 1% 0.97% -
XYZ 39.46 21.97 2.16 -
YUV 102.62 70.1 230.98 -
System Red Green Blue C M Y K H S L
Decimal 247 49 0 0 0.80 1 0.03 11.9 1 0.48
Hex F7 31 0 0 50 64 3 C 64 30
Octal 367 61 0 0 120 144 3 14 144 60
Binary 11110111 110001 0 0 1010000 1100100 11 1100 1100100 110000

Color Harmonies of #F73100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73100

Black with #F73100

Text Example


Text Example

White with #F73100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73100; }

 p { color: rgb(247,49,0); }

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

background-color css

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

 a { background-color: rgb(247,49,0); }

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

border-color css

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

 span { border-color: rgb(247,49,0); }

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