Html Css Color HEX #F81D0A Scarlet

📋 copy color: '#F81D0A'

red 248 ◦ green 29 ◦ blue 10

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

Shades of Scarlet #F81D0A

Tints of Scarlet #F81D0A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 86.41%
G = 10.1%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F81D0A (or 0xF81D0A) is known color: Scarlet. HEX triplet: F8, 1D and 0A. RGB value is (248,29,10). Sum of RGB (Red+Green+Blue) = 248+29+10=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81D0A is #07E2F5. Grayscale: #5C5C5C. Windows color (decimal): -516854 or 663032. OLE color: 663032.

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

Color convert

RGB 248 29 10 -
CMYK 0 0.88 0.96 0.03
HSL 4.79º 0.94% 0.51% -
HSV(B) 4.79º 0.96% 0.97% -
XYZ 39.21 20.86 2.25 -
YUV 92.32 81.55 239.04 -
System Red Green Blue C M Y K H S L
Decimal 248 29 10 0 0.88 0.96 0.03 4.79 0.94 0.51
Hex F8 1D A 0 58 60 3 5 5E 33
Octal 370 35 12 0 130 140 3 5 136 63
Binary 11111000 11101 1010 0 1011000 1100000 11 101 1011110 110011

Color Harmonies of #F81D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D0A

Black with #F81D0A

Text Example


Text Example

White with #F81D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D0A; }

 p { color: rgb(248,29,10); }

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

background-color css

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

 a { background-color: rgb(248,29,10); }

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

border-color css

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

 span { border-color: rgb(248,29,10); }

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