Html Css Color HEX #F63302 Scarlet

📋 copy color: '#F63302'

red 246 ◦ green 51 ◦ blue 2

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

Shades of Scarlet #F63302

Tints of Scarlet #F63302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 82.27%
G = 17.06%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F63302 (or 0xF63302) is known color: Scarlet. HEX triplet: F6, 33 and 02. RGB value is (246,51,2). Sum of RGB (Red+Green+Blue) = 246+51+2=299 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.27% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 246 - color contains mainly: red. Hex color #F63302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63302 is #09CCFD. Grayscale: #686868. Windows color (decimal): -642302 or 144374. OLE color: 144374.

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

Color convert

RGB 246 51 2 -
CMYK 0 0.79 0.99 0.04
HSL 12.05º 0.98% 0.49% -
HSV(B) 12.05º 0.99% 0.96% -
XYZ 39.2 21.96 2.23 -
YUV 103.72 70.6 229.48 -
System Red Green Blue C M Y K H S L
Decimal 246 51 2 0 0.79 0.99 0.04 12.05 0.98 0.49
Hex F6 33 2 0 4F 63 4 C 62 31
Octal 366 63 2 0 117 143 4 14 142 61
Binary 11110110 110011 10 0 1001111 1100011 100 1100 1100010 110001

Color Harmonies of #F63302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63302

Black with #F63302

Text Example


Text Example

White with #F63302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63302; }

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

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

background-color css

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

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

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

border-color css

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

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

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