Html Css Color HEX #F62C0B Scarlet

📋 copy color: '#F62C0B'

red 246 ◦ green 44 ◦ blue 11

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

Shades of Scarlet #F62C0B

Tints of Scarlet #F62C0B

RGB

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

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

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

R = 81.73%
G = 14.62%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F62C0B (or 0xF62C0B) is known color: Scarlet. HEX triplet: F6, 2C and 0B. RGB value is (246,44,11). Sum of RGB (Red+Green+Blue) = 246+44+11=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62C0B is #09D3F4. Grayscale: #646464. Windows color (decimal): -644085 or 732406. OLE color: 732406.

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

Color convert

RGB 246 44 11 -
CMYK 0 0.82 0.96 0.04
HSL 8.43º 0.93% 0.5% -
HSV(B) 8.43º 0.96% 0.96% -
XYZ 38.97 21.42 2.4 -
YUV 100.64 77.42 231.68 -
System Red Green Blue C M Y K H S L
Decimal 246 44 11 0 0.82 0.96 0.04 8.43 0.93 0.5
Hex F6 2C B 0 52 60 4 8 5D 32
Octal 366 54 13 0 122 140 4 10 135 62
Binary 11110110 101100 1011 0 1010010 1100000 100 1000 1011101 110010

Color Harmonies of #F62C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62C0B

Black with #F62C0B

Text Example


Text Example

White with #F62C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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