Html Css Color HEX #F72C0A Scarlet

📋 copy color: '#F72C0A'

red 247 ◦ green 44 ◦ blue 10

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

Shades of Scarlet #F72C0A

Tints of Scarlet #F72C0A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 82.06%
G = 14.62%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F72C0A (or 0xF72C0A) is known color: Scarlet. HEX triplet: F7, 2C and 0A. RGB value is (247,44,10). Sum of RGB (Red+Green+Blue) = 247+44+10=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72C0A is #08D3F5. Grayscale: #656565. Windows color (decimal): -578550 or 666871. OLE color: 666871.

HSL color Cylindrical-coordinate representation of color #F72C0A: hue angle of 8.61º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F72C0A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 44 10 -
CMYK 0 0.82 0.96 0.03
HSL 8.61º 0.94% 0.5% -
HSV(B) 8.61º 0.96% 0.97% -
XYZ 39.31 21.6 2.38 -
YUV 100.82 76.75 232.26 -
System Red Green Blue C M Y K H S L
Decimal 247 44 10 0 0.82 0.96 0.03 8.61 0.94 0.5
Hex F7 2C A 0 52 60 3 9 5E 32
Octal 367 54 12 0 122 140 3 11 136 62
Binary 11110111 101100 1010 0 1010010 1100000 11 1001 1011110 110010

Color Harmonies of #F72C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72C0A

Black with #F72C0A

Text Example


Text Example

White with #F72C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72C0A; }

 p { color: rgb(247,44,10); }

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

background-color css

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

 a { background-color: rgb(247,44,10); }

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

border-color css

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

 span { border-color: rgb(247,44,10); }

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