Html Css Color HEX #F73300 Scarlet

📋 copy color: '#F73300'

red 247 ◦ green 51 ◦ blue 0

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

Shades of Scarlet #F73300

Tints of Scarlet #F73300

RGB

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

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

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

R = 82.89%
G = 17.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F73300 (or 0xF73300) is known color: Scarlet. HEX triplet: F7, 33 and 00. RGB value is (247,51,0). Sum of RGB (Red+Green+Blue) = 247+51+0=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F73300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73300 is #08CCFF. Grayscale: #686868. Windows color (decimal): -576768 or 13303. OLE color: 13303.

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

Color convert

RGB 247 51 0 -
CMYK 0 0.79 1 0.03
HSL 12.39º 1% 0.48% -
HSV(B) 12.39º 1% 0.97% -
XYZ 39.54 22.14 2.19 -
YUV 103.79 69.43 230.15 -
System Red Green Blue C M Y K H S L
Decimal 247 51 0 0 0.79 1 0.03 12.39 1 0.48
Hex F7 33 0 0 4F 64 3 C 64 30
Octal 367 63 0 0 117 144 3 14 144 60
Binary 11110111 110011 0 0 1001111 1100100 11 1100 1100100 110000

Color Harmonies of #F73300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73300

Black with #F73300

Text Example


Text Example

White with #F73300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73300; }

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

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

background-color css

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

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

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

border-color css

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

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

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