Html Css Color HEX #F73000 Scarlet

📋 copy color: '#F73000'

red 247 ◦ green 48 ◦ blue 0

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

Shades of Scarlet #F73000

Tints of Scarlet #F73000

RGB

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

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

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

R = 83.73%
G = 16.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F73000 (or 0xF73000) is known color: Scarlet. HEX triplet: F7, 30 and 00. RGB value is (247,48,0). Sum of RGB (Red+Green+Blue) = 247+48+0=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F73000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73000 is #08CFFF. Grayscale: #666666. Windows color (decimal): -577536 or 12535. OLE color: 12535.

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

Color convert

RGB 247 48 0 -
CMYK 0 0.81 1 0.03
HSL 11.66º 1% 0.48% -
HSV(B) 11.66º 1% 0.97% -
XYZ 39.41 21.89 2.15 -
YUV 102.03 70.43 231.4 -
System Red Green Blue C M Y K H S L
Decimal 247 48 0 0 0.81 1 0.03 11.66 1 0.48
Hex F7 30 0 0 51 64 3 C 64 30
Octal 367 60 0 0 121 144 3 14 144 60
Binary 11110111 110000 0 0 1010001 1100100 11 1100 1100100 110000

Color Harmonies of #F73000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73000

Black with #F73000

Text Example


Text Example

White with #F73000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73000; }

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

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

background-color css

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

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

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

border-color css

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

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

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