Html Css Color HEX #F72600 Scarlet

📋 copy color: '#F72600'

red 247 ◦ green 38 ◦ blue 0

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

Shades of Scarlet #F72600

Tints of Scarlet #F72600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

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

R = 86.67%
G = 13.33%
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

#F72600 (or 0xF72600) is known color: Scarlet. HEX triplet: F7, 26 and 00. RGB value is (247,38,0). Sum of RGB (Red+Green+Blue) = 247+38+0=285 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.67% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 247 - color contains mainly: red. Hex color #F72600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72600 is #08D9FF. Grayscale: #606060. Windows color (decimal): -580096 or 9975. OLE color: 9975.

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

Color convert

RGB 247 38 0 -
CMYK 0 0.85 1 0.03
HSL 9.23º 1% 0.48% -
HSV(B) 9.23º 1% 0.97% -
XYZ 39.05 21.16 2.03 -
YUV 96.16 73.74 235.59 -
System Red Green Blue C M Y K H S L
Decimal 247 38 0 0 0.85 1 0.03 9.23 1 0.48
Hex F7 26 0 0 55 64 3 9 64 30
Octal 367 46 0 0 125 144 3 11 144 60
Binary 11110111 100110 0 0 1010101 1100100 11 1001 1100100 110000

Color Harmonies of #F72600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72600

Black with #F72600

Text Example


Text Example

White with #F72600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72600; }

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

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

background-color css

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

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

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

border-color css

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

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

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