Html Css Color HEX #F62802 Scarlet

📋 copy color: '#F62802'

red 246 ◦ green 40 ◦ blue 2

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

Shades of Scarlet #F62802

Tints of Scarlet #F62802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

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

R = 85.42%
G = 13.89%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F62802 (or 0xF62802) is known color: Scarlet. HEX triplet: F6, 28 and 02. RGB value is (246,40,2). Sum of RGB (Red+Green+Blue) = 246+40+2=288 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.42% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 246 - color contains mainly: red. Hex color #F62802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62802 is #09D7FD. Grayscale: #616161. Windows color (decimal): -645118 or 141558. OLE color: 141558.

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

Color convert

RGB 246 40 2 -
CMYK 0 0.84 0.99 0.04
HSL 9.34º 0.98% 0.49% -
HSV(B) 9.34º 0.99% 0.96% -
XYZ 38.78 21.11 2.09 -
YUV 97.26 74.25 234.09 -
System Red Green Blue C M Y K H S L
Decimal 246 40 2 0 0.84 0.99 0.04 9.34 0.98 0.49
Hex F6 28 2 0 54 63 4 9 62 31
Octal 366 50 2 0 124 143 4 11 142 61
Binary 11110110 101000 10 0 1010100 1100011 100 1001 1100010 110001

Color Harmonies of #F62802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62802

Black with #F62802

Text Example


Text Example

White with #F62802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62802; }

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

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

background-color css

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

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

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

border-color css

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

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

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