Html Css Color HEX #F8290C Scarlet

📋 copy color: '#F8290C'

red 248 ◦ green 41 ◦ blue 12

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

Shades of Scarlet #F8290C

Tints of Scarlet #F8290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 82.39%
G = 13.62%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8290C (or 0xF8290C) is known color: Scarlet. HEX triplet: F8, 29 and 0C. RGB value is (248,41,12). Sum of RGB (Red+Green+Blue) = 248+41+12=301 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.39% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 248 - color contains mainly: red. Hex color #F8290C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8290C is #07D6F3. Grayscale: #636363. Windows color (decimal): -513780 or 797176. OLE color: 797176.

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

Color convert

RGB 248 41 12 -
CMYK 0 0.83 0.95 0.03
HSL 7.37º 0.94% 0.51% -
HSV(B) 7.37º 0.95% 0.97% -
XYZ 39.57 21.57 2.43 -
YUV 99.59 78.58 233.86 -
System Red Green Blue C M Y K H S L
Decimal 248 41 12 0 0.83 0.95 0.03 7.37 0.94 0.51
Hex F8 29 C 0 53 5F 3 7 5E 33
Octal 370 51 14 0 123 137 3 7 136 63
Binary 11111000 101001 1100 0 1010011 1011111 11 111 1011110 110011

Color Harmonies of #F8290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8290C

Black with #F8290C

Text Example


Text Example

White with #F8290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8290C; }

 p { color: rgb(248,41,12); }

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

background-color css

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

 a { background-color: rgb(248,41,12); }

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

border-color css

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

 span { border-color: rgb(248,41,12); }

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