Html Css Color HEX #F62C0E Scarlet

📋 copy color: '#F62C0E'

red 246 ◦ green 44 ◦ blue 14

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

Shades of Scarlet #F62C0E

Tints of Scarlet #F62C0E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

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

R = 80.92%
G = 14.47%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F62C0E (or 0xF62C0E) is known color: Scarlet. HEX triplet: F6, 2C and 0E. RGB value is (246,44,14). Sum of RGB (Red+Green+Blue) = 246+44+14=304 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.92% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62C0E is #09D3F1. Grayscale: #656565. Windows color (decimal): -644082 or 929014. OLE color: 929014.

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

Color convert

RGB 246 44 14 -
CMYK 0 0.82 0.94 0.04
HSL 7.76º 0.93% 0.51% -
HSV(B) 7.76º 0.94% 0.96% -
XYZ 38.99 21.43 2.5 -
YUV 100.98 78.92 231.44 -
System Red Green Blue C M Y K H S L
Decimal 246 44 14 0 0.82 0.94 0.04 7.76 0.93 0.51
Hex F6 2C E 0 52 5E 4 8 5D 33
Octal 366 54 16 0 122 136 4 10 135 63
Binary 11110110 101100 1110 0 1010010 1011110 100 1000 1011101 110011

Color Harmonies of #F62C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62C0E

Black with #F62C0E

Text Example


Text Example

White with #F62C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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