Html Css Color HEX #F71600 Scarlet

📋 copy color: '#F71600'

red 247 ◦ green 22 ◦ blue 0

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

Shades of Scarlet #F71600

Tints of Scarlet #F71600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 91.82%
G = 8.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F71600 (or 0xF71600) is known color: Scarlet. HEX triplet: F7, 16 and 00. RGB value is (247,22,0). Sum of RGB (Red+Green+Blue) = 247+22+0=269 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.82% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 247 - color contains mainly: red. Hex color #F71600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71600 is #08E9FF. Grayscale: #575757. Windows color (decimal): -584192 or 5879. OLE color: 5879.

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

Color convert

RGB 247 22 0 -
CMYK 0 0.91 1 0.03
HSL 5.34º 1% 0.48% -
HSV(B) 5.34º 1% 0.97% -
XYZ 38.64 20.35 1.89 -
YUV 86.77 79.04 242.29 -
System Red Green Blue C M Y K H S L
Decimal 247 22 0 0 0.91 1 0.03 5.34 1 0.48
Hex F7 16 0 0 5B 64 3 5 64 30
Octal 367 26 0 0 133 144 3 5 144 60
Binary 11110111 10110 0 0 1011011 1100100 11 101 1100100 110000

Color Harmonies of #F71600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71600

Black with #F71600

Text Example


Text Example

White with #F71600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71600; }

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

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

background-color css

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

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

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

border-color css

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

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

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