Html Css Color HEX #F6320F Scarlet

📋 copy color: '#F6320F'

red 246 ◦ green 50 ◦ blue 15

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

Shades of Scarlet #F6320F

Tints of Scarlet #F6320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 79.1%
G = 16.08%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6320F (or 0xF6320F) is known color: Scarlet. HEX triplet: F6, 32 and 0F. RGB value is (246,50,15). Sum of RGB (Red+Green+Blue) = 246+50+15=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F6320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6320F is #09CDF0. Grayscale: #686868. Windows color (decimal): -642545 or 996086. OLE color: 996086.

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

Color convert

RGB 246 50 15 -
CMYK 0 0.80 0.94 0.04
HSL 9.09º 0.93% 0.51% -
HSV(B) 9.09º 0.94% 0.96% -
XYZ 39.23 21.91 2.61 -
YUV 104.61 77.43 228.85 -
System Red Green Blue C M Y K H S L
Decimal 246 50 15 0 0.80 0.94 0.04 9.09 0.93 0.51
Hex F6 32 F 0 50 5E 4 9 5D 33
Octal 366 62 17 0 120 136 4 11 135 63
Binary 11110110 110010 1111 0 1010000 1011110 100 1001 1011101 110011

Color Harmonies of #F6320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6320F

Black with #F6320F

Text Example


Text Example

White with #F6320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6320F; }

 p { color: rgb(246,50,15); }

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

background-color css

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

 a { background-color: rgb(246,50,15); }

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

border-color css

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

 span { border-color: rgb(246,50,15); }

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