Html Css Color HEX #F63204 Scarlet

📋 copy color: '#F63204'

red 246 ◦ green 50 ◦ blue 4

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

Shades of Scarlet #F63204

Tints of Scarlet #F63204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 82%
G = 16.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F63204 (or 0xF63204) is known color: Scarlet. HEX triplet: F6, 32 and 04. RGB value is (246,50,4). Sum of RGB (Red+Green+Blue) = 246+50+4=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F63204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63204 is #09CDFB. Grayscale: #676767. Windows color (decimal): -642556 or 275190. OLE color: 275190.

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

Color convert

RGB 246 50 4 -
CMYK 0 0.80 0.98 0.04
HSL 11.4º 0.97% 0.49% -
HSV(B) 11.4º 0.98% 0.96% -
XYZ 39.17 21.88 2.27 -
YUV 103.36 71.93 229.74 -
System Red Green Blue C M Y K H S L
Decimal 246 50 4 0 0.80 0.98 0.04 11.4 0.97 0.49
Hex F6 32 4 0 50 62 4 B 61 31
Octal 366 62 4 0 120 142 4 13 141 61
Binary 11110110 110010 100 0 1010000 1100010 100 1011 1100001 110001

Color Harmonies of #F63204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63204

Black with #F63204

Text Example


Text Example

White with #F63204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63204; }

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

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

background-color css

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

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

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

border-color css

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

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

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