Html Css Color HEX #F81D06 Scarlet

📋 copy color: '#F81D06'

red 248 ◦ green 29 ◦ blue 6

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

Shades of Scarlet #F81D06

Tints of Scarlet #F81D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.12%

R = 87.63%
G = 10.25%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F81D06 (or 0xF81D06) is known color: Scarlet. HEX triplet: F8, 1D and 06. RGB value is (248,29,6). Sum of RGB (Red+Green+Blue) = 248+29+6=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81D06 is #07E2F9. Grayscale: #5C5C5C. Windows color (decimal): -516858 or 400888. OLE color: 400888.

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

Color convert

RGB 248 29 6 -
CMYK 0 0.88 0.98 0.03
HSL 5.7º 0.95% 0.5% -
HSV(B) 5.7º 0.98% 0.97% -
XYZ 39.18 20.85 2.13 -
YUV 91.86 79.55 239.37 -
System Red Green Blue C M Y K H S L
Decimal 248 29 6 0 0.88 0.98 0.03 5.7 0.95 0.5
Hex F8 1D 6 0 58 62 3 6 5F 32
Octal 370 35 6 0 130 142 3 6 137 62
Binary 11111000 11101 110 0 1011000 1100010 11 110 1011111 110010

Color Harmonies of #F81D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D06

Black with #F81D06

Text Example


Text Example

White with #F81D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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