Html Css Color HEX #F63210 Scarlet

📋 copy color: '#F63210'

red 246 ◦ green 50 ◦ blue 16

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

Shades of Scarlet #F63210

Tints of Scarlet #F63210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 78.85%
G = 16.03%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F63210 (or 0xF63210) is known color: Scarlet. HEX triplet: F6, 32 and 10. RGB value is (246,50,16). Sum of RGB (Red+Green+Blue) = 246+50+16=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F63210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63210 is #09CDEF. Grayscale: #696969. Windows color (decimal): -642544 or 1061622. OLE color: 1061622.

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

Color convert

RGB 246 50 16 -
CMYK 0 0.80 0.93 0.04
HSL 8.87º 0.93% 0.51% -
HSV(B) 8.87º 0.93% 0.96% -
XYZ 39.24 21.91 2.65 -
YUV 104.73 77.93 228.76 -
System Red Green Blue C M Y K H S L
Decimal 246 50 16 0 0.80 0.93 0.04 8.87 0.93 0.51
Hex F6 32 10 0 50 5D 4 9 5D 33
Octal 366 62 20 0 120 135 4 11 135 63
Binary 11110110 110010 10000 0 1010000 1011101 100 1001 1011101 110011

Color Harmonies of #F63210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63210

Black with #F63210

Text Example


Text Example

White with #F63210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63210; }

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

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

background-color css

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

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

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

border-color css

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

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

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