Html Css Color HEX #F8250E Scarlet

📋 copy color: '#F8250E'

red 248 ◦ green 37 ◦ blue 14

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

Shades of Scarlet #F8250E

Tints of Scarlet #F8250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 82.94%
G = 12.37%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8250E (or 0xF8250E) is known color: Scarlet. HEX triplet: F8, 25 and 0E. RGB value is (248,37,14). Sum of RGB (Red+Green+Blue) = 248+37+14=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F8250E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8250E is #07DAF1. Grayscale: #616161. Windows color (decimal): -514802 or 927224. OLE color: 927224.

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

Color convert

RGB 248 37 14 -
CMYK 0 0.85 0.94 0.03
HSL 5.9º 0.94% 0.51% -
HSV(B) 5.9º 0.94% 0.97% -
XYZ 39.45 21.31 2.45 -
YUV 97.47 80.9 235.37 -
System Red Green Blue C M Y K H S L
Decimal 248 37 14 0 0.85 0.94 0.03 5.9 0.94 0.51
Hex F8 25 E 0 55 5E 3 6 5E 33
Octal 370 45 16 0 125 136 3 6 136 63
Binary 11111000 100101 1110 0 1010101 1011110 11 110 1011110 110011

Color Harmonies of #F8250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8250E

Black with #F8250E

Text Example


Text Example

White with #F8250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8250E; }

 p { color: rgb(248,37,14); }

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

background-color css

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

 a { background-color: rgb(248,37,14); }

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

border-color css

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

 span { border-color: rgb(248,37,14); }

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