Html Css Color HEX #F73404 Scarlet

📋 copy color: '#F73404'

red 247 ◦ green 52 ◦ blue 4

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

Shades of Scarlet #F73404

Tints of Scarlet #F73404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 81.52%
G = 17.16%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F73404 (or 0xF73404) is known color: Scarlet. HEX triplet: F7, 34 and 04. RGB value is (247,52,4). Sum of RGB (Red+Green+Blue) = 247+52+4=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F73404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73404 is #08CBFB. Grayscale: #696969. Windows color (decimal): -576508 or 275703. OLE color: 275703.

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

Color convert

RGB 247 52 4 -
CMYK 0 0.79 0.98 0.03
HSL 11.85º 0.97% 0.49% -
HSV(B) 11.85º 0.98% 0.97% -
XYZ 39.61 22.24 2.32 -
YUV 104.83 71.1 229.4 -
System Red Green Blue C M Y K H S L
Decimal 247 52 4 0 0.79 0.98 0.03 11.85 0.97 0.49
Hex F7 34 4 0 4F 62 3 C 61 31
Octal 367 64 4 0 117 142 3 14 141 61
Binary 11110111 110100 100 0 1001111 1100010 11 1100 1100001 110001

Color Harmonies of #F73404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73404

Black with #F73404

Text Example


Text Example

White with #F73404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73404; }

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

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

background-color css

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

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

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

border-color css

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

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

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