Html Css Color HEX #F72702 Scarlet

📋 copy color: '#F72702'

red 247 ◦ green 39 ◦ blue 2

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

Shades of Scarlet #F72702

Tints of Scarlet #F72702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 85.76%
G = 13.54%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F72702 (or 0xF72702) is known color: Scarlet. HEX triplet: F7, 27 and 02. RGB value is (247,39,2). Sum of RGB (Red+Green+Blue) = 247+39+2=288 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.76% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 247 - color contains mainly: red. Hex color #F72702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72702 is #08D8FD. Grayscale: #616161. Windows color (decimal): -579838 or 141303. OLE color: 141303.

HSL color Cylindrical-coordinate representation of color #F72702: hue angle of 9.06º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F72702 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 39 2 -
CMYK 0 0.84 0.99 0.03
HSL 9.06º 0.98% 0.49% -
HSV(B) 9.06º 0.99% 0.97% -
XYZ 39.09 21.23 2.09 -
YUV 96.97 74.41 235.01 -
System Red Green Blue C M Y K H S L
Decimal 247 39 2 0 0.84 0.99 0.03 9.06 0.98 0.49
Hex F7 27 2 0 54 63 3 9 62 31
Octal 367 47 2 0 124 143 3 11 142 61
Binary 11110111 100111 10 0 1010100 1100011 11 1001 1100010 110001

Color Harmonies of #F72702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72702

Black with #F72702

Text Example


Text Example

White with #F72702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72702; }

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

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

background-color css

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

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

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

border-color css

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

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

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