Html Css Color HEX #F6310C Scarlet

📋 copy color: '#F6310C'

red 246 ◦ green 49 ◦ blue 12

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

Shades of Scarlet #F6310C

Tints of Scarlet #F6310C

RGB

 RED value IS 246 (96.48% from 255) = 80.13%

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 80.13%
G = 15.96%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6310C (or 0xF6310C) is known color: Scarlet. HEX triplet: F6, 31 and 0C. RGB value is (246,49,12). Sum of RGB (Red+Green+Blue) = 246+49+12=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F6310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6310C is #09CEF3. Grayscale: #686868. Windows color (decimal): -642804 or 799222. OLE color: 799222.

HSL color Cylindrical-coordinate representation of color #F6310C: hue angle of 9.49º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6310C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 49 12 -
CMYK 0 0.80 0.95 0.04
HSL 9.49º 0.93% 0.51% -
HSV(B) 9.49º 0.95% 0.96% -
XYZ 39.17 21.82 2.49 -
YUV 103.69 76.27 229.51 -
System Red Green Blue C M Y K H S L
Decimal 246 49 12 0 0.80 0.95 0.04 9.49 0.93 0.51
Hex F6 31 C 0 50 5F 4 9 5D 33
Octal 366 61 14 0 120 137 4 11 135 63
Binary 11110110 110001 1100 0 1010000 1011111 100 1001 1011101 110011

Color Harmonies of #F6310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6310C

Black with #F6310C

Text Example


Text Example

White with #F6310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6310C; }

 p { color: rgb(246,49,12); }

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

background-color css

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

 a { background-color: rgb(246,49,12); }

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

border-color css

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

 span { border-color: rgb(246,49,12); }

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