Html Css Color HEX #F81E00 Scarlet

📋 copy color: '#F81E00'

red 248 ◦ green 30 ◦ blue 0

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

Shades of Scarlet #F81E00

Tints of Scarlet #F81E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.79%

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

R = 89.21%
G = 10.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F81E00 (or 0xF81E00) is known color: Scarlet. HEX triplet: F8, 1E and 00. RGB value is (248,30,0). Sum of RGB (Red+Green+Blue) = 248+30+0=278 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.21% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81E00 is #07E1FF. Grayscale: #5C5C5C. Windows color (decimal): -516608 or 7928. OLE color: 7928.

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

Color convert

RGB 248 30 0 -
CMYK 0 0.88 1 0.03
HSL 7.26º 1% 0.49% -
HSV(B) 7.26º 1% 0.97% -
XYZ 39.18 20.89 1.97 -
YUV 91.76 76.22 239.44 -
System Red Green Blue C M Y K H S L
Decimal 248 30 0 0 0.88 1 0.03 7.26 1 0.49
Hex F8 1E 0 0 58 64 3 7 64 31
Octal 370 36 0 0 130 144 3 7 144 61
Binary 11111000 11110 0 0 1011000 1100100 11 111 1100100 110001

Color Harmonies of #F81E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81E00

Black with #F81E00

Text Example


Text Example

White with #F81E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81E00; }

 p { color: rgb(248,30,0); }

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

background-color css

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

 a { background-color: rgb(248,30,0); }

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

border-color css

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

 span { border-color: rgb(248,30,0); }

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