Html Css Color HEX #F72400 Scarlet

📋 copy color: '#F72400'

red 247 ◦ green 36 ◦ blue 0

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

Shades of Scarlet #F72400

Tints of Scarlet #F72400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

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

R = 87.28%
G = 12.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F72400 (or 0xF72400) is known color: Scarlet. HEX triplet: F7, 24 and 00. RGB value is (247,36,0). Sum of RGB (Red+Green+Blue) = 247+36+0=283 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.28% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 247 - color contains mainly: red. Hex color #F72400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72400 is #08DBFF. Grayscale: #5F5F5F. Windows color (decimal): -580608 or 9463. OLE color: 9463.

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

Color convert

RGB 247 36 0 -
CMYK 0 0.85 1 0.03
HSL 8.74º 1% 0.48% -
HSV(B) 8.74º 1% 0.97% -
XYZ 38.99 21.04 2.01 -
YUV 94.99 74.4 236.43 -
System Red Green Blue C M Y K H S L
Decimal 247 36 0 0 0.85 1 0.03 8.74 1 0.48
Hex F7 24 0 0 55 64 3 9 64 30
Octal 367 44 0 0 125 144 3 11 144 60
Binary 11110111 100100 0 0 1010101 1100100 11 1001 1100100 110000

Color Harmonies of #F72400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72400

Black with #F72400

Text Example


Text Example

White with #F72400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72400; }

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

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

background-color css

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

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

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

border-color css

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

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

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