Html Css Color HEX #F63301 Scarlet

📋 copy color: '#F63301'

red 246 ◦ green 51 ◦ blue 1

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

Shades of Scarlet #F63301

Tints of Scarlet #F63301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 82.55%
G = 17.11%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F63301 (or 0xF63301) is known color: Scarlet. HEX triplet: F6, 33 and 01. RGB value is (246,51,1). Sum of RGB (Red+Green+Blue) = 246+51+1=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F63301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63301 is #09CCFE. Grayscale: #686868. Windows color (decimal): -642303 or 78838. OLE color: 78838.

HSL color Cylindrical-coordinate representation of color #F63301: hue angle of 12.24º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F63301 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 51 1 -
CMYK 0 0.79 1.00 0.04
HSL 12.24º 0.99% 0.48% -
HSV(B) 12.24º 1% 0.96% -
XYZ 39.2 21.96 2.2 -
YUV 103.61 70.1 229.57 -
System Red Green Blue C M Y K H S L
Decimal 246 51 1 0 0.79 1.00 0.04 12.24 0.99 0.48
Hex F6 33 1 0 4F 64 4 C 63 30
Octal 366 63 1 0 117 144 4 14 143 60
Binary 11110110 110011 1 0 1001111 1100100 100 1100 1100011 110000

Color Harmonies of #F63301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63301

Black with #F63301

Text Example


Text Example

White with #F63301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63301; }

 p { color: rgb(246,51,1); }

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

background-color css

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

 a { background-color: rgb(246,51,1); }

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

border-color css

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

 span { border-color: rgb(246,51,1); }

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