Html Css Color HEX #F6280E Scarlet

📋 copy color: '#F6280E'

red 246 ◦ green 40 ◦ blue 14

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

Shades of Scarlet #F6280E

Tints of Scarlet #F6280E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 82%
G = 13.33%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6280E (or 0xF6280E) is known color: Scarlet. HEX triplet: F6, 28 and 0E. RGB value is (246,40,14). Sum of RGB (Red+Green+Blue) = 246+40+14=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F6280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6280E is #09D7F1. Grayscale: #626262. Windows color (decimal): -645106 or 927990. OLE color: 927990.

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

Color convert

RGB 246 40 14 -
CMYK 0 0.84 0.94 0.04
HSL 6.72º 0.93% 0.51% -
HSV(B) 6.72º 0.94% 0.96% -
XYZ 38.84 21.14 2.45 -
YUV 98.63 80.25 233.11 -
System Red Green Blue C M Y K H S L
Decimal 246 40 14 0 0.84 0.94 0.04 6.72 0.93 0.51
Hex F6 28 E 0 54 5E 4 7 5D 33
Octal 366 50 16 0 124 136 4 7 135 63
Binary 11110110 101000 1110 0 1010100 1011110 100 111 1011101 110011

Color Harmonies of #F6280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6280E

Black with #F6280E

Text Example


Text Example

White with #F6280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6280E; }

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

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

background-color css

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

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

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

border-color css

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

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

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