Html Css Color HEX #F6280C Scarlet

📋 copy color: '#F6280C'

red 246 ◦ green 40 ◦ blue 12

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

Shades of Scarlet #F6280C

Tints of Scarlet #F6280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

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

R = 82.55%
G = 13.42%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6280C (or 0xF6280C) is known color: Scarlet. HEX triplet: F6, 28 and 0C. RGB value is (246,40,12). Sum of RGB (Red+Green+Blue) = 246+40+12=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F6280C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6280C is #09D7F3. Grayscale: #626262. Windows color (decimal): -645108 or 796918. OLE color: 796918.

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

Color convert

RGB 246 40 12 -
CMYK 0 0.84 0.95 0.04
HSL 7.18º 0.93% 0.51% -
HSV(B) 7.18º 0.95% 0.96% -
XYZ 38.83 21.14 2.38 -
YUV 98.4 79.25 233.28 -
System Red Green Blue C M Y K H S L
Decimal 246 40 12 0 0.84 0.95 0.04 7.18 0.93 0.51
Hex F6 28 C 0 54 5F 4 7 5D 33
Octal 366 50 14 0 124 137 4 7 135 63
Binary 11110110 101000 1100 0 1010100 1011111 100 111 1011101 110011

Color Harmonies of #F6280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6280C

Black with #F6280C

Text Example


Text Example

White with #F6280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6280C; }

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

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

background-color css

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

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

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

border-color css

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

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

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