Html Css Color HEX #F73400 Scarlet

📋 copy color: '#F73400'

red 247 ◦ green 52 ◦ blue 0

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

Shades of Scarlet #F73400

Tints of Scarlet #F73400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

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

R = 82.61%
G = 17.39%
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

#F73400 (or 0xF73400) is known color: Scarlet. HEX triplet: F7, 34 and 00. RGB value is (247,52,0). Sum of RGB (Red+Green+Blue) = 247+52+0=299 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.61% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 247 - color contains mainly: red. Hex color #F73400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73400 is #08CBFF. Grayscale: #686868. Windows color (decimal): -576512 or 13559. OLE color: 13559.

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

Color convert

RGB 247 52 0 -
CMYK 0 0.79 1 0.03
HSL 12.63º 1% 0.48% -
HSV(B) 12.63º 1% 0.97% -
XYZ 39.59 22.23 2.2 -
YUV 104.38 69.1 229.73 -
System Red Green Blue C M Y K H S L
Decimal 247 52 0 0 0.79 1 0.03 12.63 1 0.48
Hex F7 34 0 0 4F 64 3 D 64 30
Octal 367 64 0 0 117 144 3 15 144 60
Binary 11110111 110100 0 0 1001111 1100100 11 1101 1100100 110000

Color Harmonies of #F73400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73400

Black with #F73400

Text Example


Text Example

White with #F73400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73400; }

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

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

background-color css

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

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

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

border-color css

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

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

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