Html Css Color HEX #F6140B Scarlet

📋 copy color: '#F6140B'

red 246 ◦ green 20 ◦ blue 11

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

Shades of Scarlet #F6140B

Tints of Scarlet #F6140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 88.81%
G = 7.22%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6140B (or 0xF6140B) is known color: Scarlet. HEX triplet: F6, 14 and 0B. RGB value is (246,20,11). Sum of RGB (Red+Green+Blue) = 246+20+11=277 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.81% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 246 - color contains mainly: red. Hex color #F6140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6140B is #09EBF4. Grayscale: #565656. Windows color (decimal): -650229 or 726262. OLE color: 726262.

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

Color convert

RGB 246 20 11 -
CMYK 0 0.92 0.96 0.04
HSL 2.3º 0.93% 0.5% -
HSV(B) 2.3º 0.96% 0.96% -
XYZ 38.32 20.12 2.18 -
YUV 86.55 85.37 241.73 -
System Red Green Blue C M Y K H S L
Decimal 246 20 11 0 0.92 0.96 0.04 2.3 0.93 0.5
Hex F6 14 B 0 5C 60 4 2 5D 32
Octal 366 24 13 0 134 140 4 2 135 62
Binary 11110110 10100 1011 0 1011100 1100000 100 10 1011101 110010

Color Harmonies of #F6140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6140B

Black with #F6140B

Text Example


Text Example

White with #F6140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6140B; }

 p { color: rgb(246,20,11); }

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

background-color css

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

 a { background-color: rgb(246,20,11); }

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

border-color css

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

 span { border-color: rgb(246,20,11); }

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