Html Css Color HEX #F61600 Scarlet

📋 copy color: '#F61600'

red 246 ◦ green 22 ◦ blue 0

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

Shades of Scarlet #F61600

Tints of Scarlet #F61600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.79%
G = 8.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F61600 (or 0xF61600) is known color: Scarlet. HEX triplet: F6, 16 and 00. RGB value is (246,22,0). Sum of RGB (Red+Green+Blue) = 246+22+0=268 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.79% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 246 - color contains mainly: red. Hex color #F61600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61600 is #09E9FF. Grayscale: #565656. Windows color (decimal): -649728 or 5878. OLE color: 5878.

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

Color convert

RGB 246 22 0 -
CMYK 0 0.91 1 0.04
HSL 5.37º 1% 0.48% -
HSV(B) 5.37º 1% 0.96% -
XYZ 38.29 20.17 1.87 -
YUV 86.47 79.21 241.79 -
System Red Green Blue C M Y K H S L
Decimal 246 22 0 0 0.91 1 0.04 5.37 1 0.48
Hex F6 16 0 0 5B 64 4 5 64 30
Octal 366 26 0 0 133 144 4 5 144 60
Binary 11110110 10110 0 0 1011011 1100100 100 101 1100100 110000

Color Harmonies of #F61600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61600

Black with #F61600

Text Example


Text Example

White with #F61600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61600; }

 p { color: rgb(246,22,0); }

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

background-color css

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

 a { background-color: rgb(246,22,0); }

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

border-color css

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

 span { border-color: rgb(246,22,0); }

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