Html Css Color HEX #F62E12 Scarlet

📋 copy color: '#F62E12'

red 246 ◦ green 46 ◦ blue 18

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

Shades of Scarlet #F62E12

Tints of Scarlet #F62E12

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.84%

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 79.35%
G = 14.84%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F62E12 (or 0xF62E12) is known color: Scarlet. HEX triplet: F6, 2E and 12. RGB value is (246,46,18). Sum of RGB (Red+Green+Blue) = 246+46+18=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F62E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62E12 is #09D1ED. Grayscale: #666666. Windows color (decimal): -643566 or 1191670. OLE color: 1191670.

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

Color convert

RGB 246 46 18 -
CMYK 0 0.81 0.93 0.04
HSL 7.37º 0.93% 0.52% -
HSV(B) 7.37º 0.93% 0.96% -
XYZ 39.09 21.59 2.68 -
YUV 102.61 80.26 230.28 -
System Red Green Blue C M Y K H S L
Decimal 246 46 18 0 0.81 0.93 0.04 7.37 0.93 0.52
Hex F6 2E 12 0 51 5D 4 7 5D 34
Octal 366 56 22 0 121 135 4 7 135 64
Binary 11110110 101110 10010 0 1010001 1011101 100 111 1011101 110100

Color Harmonies of #F62E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62E12

Black with #F62E12

Text Example


Text Example

White with #F62E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62E12; }

 p { color: rgb(246,46,18); }

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

background-color css

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

 a { background-color: rgb(246,46,18); }

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

border-color css

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

 span { border-color: rgb(246,46,18); }

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