Html Css Color HEX #F72504 Scarlet

📋 copy color: '#F72504'

red 247 ◦ green 37 ◦ blue 4

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

Shades of Scarlet #F72504

Tints of Scarlet #F72504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

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

R = 85.76%
G = 12.85%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F72504 (or 0xF72504) is known color: Scarlet. HEX triplet: F7, 25 and 04. RGB value is (247,37,4). Sum of RGB (Red+Green+Blue) = 247+37+4=288 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.76% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 247 - color contains mainly: red. Hex color #F72504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72504 is #08DAFB. Grayscale: #606060. Windows color (decimal): -580348 or 271863. OLE color: 271863.

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

Color convert

RGB 247 37 4 -
CMYK 0 0.85 0.98 0.03
HSL 8.15º 0.97% 0.49% -
HSV(B) 8.15º 0.98% 0.97% -
XYZ 39.04 21.11 2.13 -
YUV 96.03 76.07 235.68 -
System Red Green Blue C M Y K H S L
Decimal 247 37 4 0 0.85 0.98 0.03 8.15 0.97 0.49
Hex F7 25 4 0 55 62 3 8 61 31
Octal 367 45 4 0 125 142 3 10 141 61
Binary 11110111 100101 100 0 1010101 1100010 11 1000 1100001 110001

Color Harmonies of #F72504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72504

Black with #F72504

Text Example


Text Example

White with #F72504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72504; }

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

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

background-color css

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

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

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

border-color css

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

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

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