Html Css Color HEX #F72502 Scarlet

📋 copy color: '#F72502'

red 247 ◦ green 37 ◦ blue 2

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

Shades of Scarlet #F72502

Tints of Scarlet #F72502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.94%

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

R = 86.36%
G = 12.94%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F72502 (or 0xF72502) is known color: Scarlet. HEX triplet: F7, 25 and 02. RGB value is (247,37,2). Sum of RGB (Red+Green+Blue) = 247+37+2=286 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.36% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 247 - color contains mainly: red. Hex color #F72502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72502 is #08DAFD. Grayscale: #606060. Windows color (decimal): -580350 or 140791. OLE color: 140791.

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

Color convert

RGB 247 37 2 -
CMYK 0 0.85 0.99 0.03
HSL 8.57º 0.98% 0.49% -
HSV(B) 8.57º 0.99% 0.97% -
XYZ 39.03 21.1 2.07 -
YUV 95.8 75.07 235.85 -
System Red Green Blue C M Y K H S L
Decimal 247 37 2 0 0.85 0.99 0.03 8.57 0.98 0.49
Hex F7 25 2 0 55 63 3 9 62 31
Octal 367 45 2 0 125 143 3 11 142 61
Binary 11110111 100101 10 0 1010101 1100011 11 1001 1100010 110001

Color Harmonies of #F72502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72502

Black with #F72502

Text Example


Text Example

White with #F72502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72502; }

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

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

background-color css

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

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

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

border-color css

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

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

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