Html Css Color HEX #F72800 Scarlet

📋 copy color: '#F72800'

red 247 ◦ green 40 ◦ blue 0

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

Shades of Scarlet #F72800

Tints of Scarlet #F72800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

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

R = 86.06%
G = 13.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F72800 (or 0xF72800) is known color: Scarlet. HEX triplet: F7, 28 and 00. RGB value is (247,40,0). Sum of RGB (Red+Green+Blue) = 247+40+0=287 (38% of max value = 765). Red value is 247 (96.88% from 255 or 86.06% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 247 - color contains mainly: red. Hex color #F72800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72800 is #08D7FF. Grayscale: #616161. Windows color (decimal): -579584 or 10487. OLE color: 10487.

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

Color convert

RGB 247 40 0 -
CMYK 0 0.84 1 0.03
HSL 9.72º 1% 0.48% -
HSV(B) 9.72º 1% 0.97% -
XYZ 39.12 21.29 2.05 -
YUV 97.33 73.08 234.75 -
System Red Green Blue C M Y K H S L
Decimal 247 40 0 0 0.84 1 0.03 9.72 1 0.48
Hex F7 28 0 0 54 64 3 A 64 30
Octal 367 50 0 0 124 144 3 12 144 60
Binary 11110111 101000 0 0 1010100 1100100 11 1010 1100100 110000

Color Harmonies of #F72800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72800

Black with #F72800

Text Example


Text Example

White with #F72800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72800; }

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

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

background-color css

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

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

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

border-color css

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

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

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