Html Css Color HEX #F8260A Scarlet

📋 copy color: '#F8260A'

red 248 ◦ green 38 ◦ blue 10

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

Shades of Scarlet #F8260A

Tints of Scarlet #F8260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

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

R = 83.78%
G = 12.84%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8260A (or 0xF8260A) is known color: Scarlet. HEX triplet: F8, 26 and 0A. RGB value is (248,38,10). Sum of RGB (Red+Green+Blue) = 248+38+10=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F8260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8260A is #07D9F5. Grayscale: #616161. Windows color (decimal): -514550 or 665336. OLE color: 665336.

HSL color Cylindrical-coordinate representation of color #F8260A: hue angle of 7.06º 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 #F8260A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 38 10 -
CMYK 0 0.85 0.96 0.03
HSL 7.06º 0.94% 0.51% -
HSV(B) 7.06º 0.96% 0.97% -
XYZ 39.46 21.36 2.33 -
YUV 97.6 78.57 235.28 -
System Red Green Blue C M Y K H S L
Decimal 248 38 10 0 0.85 0.96 0.03 7.06 0.94 0.51
Hex F8 26 A 0 55 60 3 7 5E 33
Octal 370 46 12 0 125 140 3 7 136 63
Binary 11111000 100110 1010 0 1010101 1100000 11 111 1011110 110011

Color Harmonies of #F8260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8260A

Black with #F8260A

Text Example


Text Example

White with #F8260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8260A; }

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

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

background-color css

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

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

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

border-color css

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

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

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