Html Css Color HEX #F8261E Scarlet

📋 copy color: '#F8261E'

red 248 ◦ green 38 ◦ blue 30

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

Shades of Scarlet #F8261E

Tints of Scarlet #F8261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.49%

R = 78.48%
G = 12.03%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8261E (or 0xF8261E) is known color: Scarlet. HEX triplet: F8, 26 and 1E. RGB value is (248,38,30). Sum of RGB (Red+Green+Blue) = 248+38+30=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F8261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8261E is #07D9E1. Grayscale: #646464. Windows color (decimal): -514530 or 1976056. OLE color: 1976056.

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

Color convert

RGB 248 38 30 -
CMYK 0 0.85 0.88 0.03
HSL 2.2º 0.94% 0.55% -
HSV(B) 2.2º 0.88% 0.97% -
XYZ 39.64 21.44 3.28 -
YUV 99.88 88.57 233.65 -
System Red Green Blue C M Y K H S L
Decimal 248 38 30 0 0.85 0.88 0.03 2.2 0.94 0.55
Hex F8 26 1E 0 55 58 3 2 5E 37
Octal 370 46 36 0 125 130 3 2 136 67
Binary 11111000 100110 11110 0 1010101 1011000 11 10 1011110 110111

Color Harmonies of #F8261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8261E

Black with #F8261E

Text Example


Text Example

White with #F8261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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