Html Css Color HEX #F72700 Scarlet

📋 copy color: '#F72700'

red 247 ◦ green 39 ◦ blue 0

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

Shades of Scarlet #F72700

Tints of Scarlet #F72700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

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

R = 86.36%
G = 13.64%
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

#F72700 (or 0xF72700) is known color: Scarlet. HEX triplet: F7, 27 and 00. RGB value is (247,39,0). Sum of RGB (Red+Green+Blue) = 247+39+0=286 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.36% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 247 - color contains mainly: red. Hex color #F72700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72700 is #08D8FF. Grayscale: #616161. Windows color (decimal): -579840 or 10231. OLE color: 10231.

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

Color convert

RGB 247 39 0 -
CMYK 0 0.84 1 0.03
HSL 9.47º 1% 0.48% -
HSV(B) 9.47º 1% 0.97% -
XYZ 39.08 21.23 2.04 -
YUV 96.75 73.41 235.17 -
System Red Green Blue C M Y K H S L
Decimal 247 39 0 0 0.84 1 0.03 9.47 1 0.48
Hex F7 27 0 0 54 64 3 9 64 30
Octal 367 47 0 0 124 144 3 11 144 60
Binary 11110111 100111 0 0 1010100 1100100 11 1001 1100100 110000

Color Harmonies of #F72700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72700

Black with #F72700

Text Example


Text Example

White with #F72700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72700; }

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

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

background-color css

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

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

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

border-color css

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

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

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