Html Css Color HEX #F62C06 Scarlet

📋 copy color: '#F62C06'

red 246 ◦ green 44 ◦ blue 6

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

Shades of Scarlet #F62C06

Tints of Scarlet #F62C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 83.11%
G = 14.86%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F62C06 (or 0xF62C06) is known color: Scarlet. HEX triplet: F6, 2C and 06. RGB value is (246,44,6). Sum of RGB (Red+Green+Blue) = 246+44+6=296 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.11% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62C06 is #09D3F9. Grayscale: #646464. Windows color (decimal): -644090 or 404726. OLE color: 404726.

HSL color Cylindrical-coordinate representation of color #F62C06: hue angle of 9.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F62C06 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 44 6 -
CMYK 0 0.82 0.98 0.04
HSL 9.5º 0.95% 0.49% -
HSV(B) 9.5º 0.98% 0.96% -
XYZ 38.94 21.41 2.25 -
YUV 100.07 74.92 232.09 -
System Red Green Blue C M Y K H S L
Decimal 246 44 6 0 0.82 0.98 0.04 9.5 0.95 0.49
Hex F6 2C 6 0 52 62 4 A 5F 31
Octal 366 54 6 0 122 142 4 12 137 61
Binary 11110110 101100 110 0 1010010 1100010 100 1010 1011111 110001

Color Harmonies of #F62C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62C06

Black with #F62C06

Text Example


Text Example

White with #F62C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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