Html Css Color HEX #F61802 Scarlet

📋 copy color: '#F61802'

red 246 ◦ green 24 ◦ blue 2

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

Shades of Scarlet #F61802

Tints of Scarlet #F61802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.82%

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

R = 90.44%
G = 8.82%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F61802 (or 0xF61802) is known color: Scarlet. HEX triplet: F6, 18 and 02. RGB value is (246,24,2). Sum of RGB (Red+Green+Blue) = 246+24+2=272 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.44% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 246 - color contains mainly: red. Hex color #F61802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61802 is #09E7FD. Grayscale: #585858. Windows color (decimal): -649214 or 137462. OLE color: 137462.

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

Color convert

RGB 246 24 2 -
CMYK 0 0.90 0.99 0.04
HSL 5.41º 0.98% 0.49% -
HSV(B) 5.41º 0.99% 0.96% -
XYZ 38.34 20.25 1.95 -
YUV 87.87 79.55 240.79 -
System Red Green Blue C M Y K H S L
Decimal 246 24 2 0 0.90 0.99 0.04 5.41 0.98 0.49
Hex F6 18 2 0 5A 63 4 5 62 31
Octal 366 30 2 0 132 143 4 5 142 61
Binary 11110110 11000 10 0 1011010 1100011 100 101 1100010 110001

Color Harmonies of #F61802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61802

Black with #F61802

Text Example


Text Example

White with #F61802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61802; }

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

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

background-color css

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

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

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

border-color css

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

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

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