Html Css Color HEX #F73200 Scarlet

📋 copy color: '#F73200'

red 247 ◦ green 50 ◦ blue 0

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

Shades of Scarlet #F73200

Tints of Scarlet #F73200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 83.16%
G = 16.84%
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

#F73200 (or 0xF73200) is known color: Scarlet. HEX triplet: F7, 32 and 00. RGB value is (247,50,0). Sum of RGB (Red+Green+Blue) = 247+50+0=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F73200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73200 is #08CDFF. Grayscale: #676767. Windows color (decimal): -577024 or 13047. OLE color: 13047.

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

Color convert

RGB 247 50 0 -
CMYK 0 0.80 1 0.03
HSL 12.15º 1% 0.48% -
HSV(B) 12.15º 1% 0.97% -
XYZ 39.5 22.06 2.18 -
YUV 103.2 69.77 230.57 -
System Red Green Blue C M Y K H S L
Decimal 247 50 0 0 0.80 1 0.03 12.15 1 0.48
Hex F7 32 0 0 50 64 3 C 64 30
Octal 367 62 0 0 120 144 3 14 144 60
Binary 11110111 110010 0 0 1010000 1100100 11 1100 1100100 110000

Color Harmonies of #F73200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73200

Black with #F73200

Text Example


Text Example

White with #F73200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73200; }

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

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

background-color css

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

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

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

border-color css

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

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

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