Html Css Color HEX #F81C01 Scarlet

📋 copy color: '#F81C01'

red 248 ◦ green 28 ◦ blue 1

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

Shades of Scarlet #F81C01

Tints of Scarlet #F81C01

RGB

 RED value IS 248 (97.27% from 255) = 89.53%

 GREEN value IS 28 (11.33% from 255) = 10.11%

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

R = 89.53%
G = 10.11%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F81C01 (or 0xF81C01) is known color: Scarlet. HEX triplet: F8, 1C and 01. RGB value is (248,28,1). Sum of RGB (Red+Green+Blue) = 248+28+1=277 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.53% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C01 is #07E3FE. Grayscale: #5B5B5B. Windows color (decimal): -517119 or 72952. OLE color: 72952.

HSL color Cylindrical-coordinate representation of color #F81C01: hue angle of 6.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F81C01 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 28 1 -
CMYK 0 0.89 1.00 0.03
HSL 6.56º 0.99% 0.49% -
HSV(B) 6.56º 1% 0.97% -
XYZ 39.13 20.79 1.98 -
YUV 90.7 77.39 240.2 -
System Red Green Blue C M Y K H S L
Decimal 248 28 1 0 0.89 1.00 0.03 6.56 0.99 0.49
Hex F8 1C 1 0 59 64 3 7 63 31
Octal 370 34 1 0 131 144 3 7 143 61
Binary 11111000 11100 1 0 1011001 1100100 11 111 1100011 110001

Color Harmonies of #F81C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C01

Black with #F81C01

Text Example


Text Example

White with #F81C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C01; }

 p { color: rgb(248,28,1); }

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

background-color css

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

 a { background-color: rgb(248,28,1); }

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

border-color css

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

 span { border-color: rgb(248,28,1); }

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