Html Css Color HEX #F8280B Scarlet

📋 copy color: '#F8280B'

red 248 ◦ green 40 ◦ blue 11

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

Shades of Scarlet #F8280B

Tints of Scarlet #F8280B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 82.94%
G = 13.38%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8280B (or 0xF8280B) is known color: Scarlet. HEX triplet: F8, 28 and 0B. RGB value is (248,40,11). Sum of RGB (Red+Green+Blue) = 248+40+11=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F8280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8280B is #07D7F4. Grayscale: #636363. Windows color (decimal): -514037 or 731384. OLE color: 731384.

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

Color convert

RGB 248 40 11 -
CMYK 0 0.84 0.96 0.03
HSL 7.34º 0.94% 0.51% -
HSV(B) 7.34º 0.96% 0.97% -
XYZ 39.53 21.5 2.38 -
YUV 98.89 78.41 234.36 -
System Red Green Blue C M Y K H S L
Decimal 248 40 11 0 0.84 0.96 0.03 7.34 0.94 0.51
Hex F8 28 B 0 54 60 3 7 5E 33
Octal 370 50 13 0 124 140 3 7 136 63
Binary 11111000 101000 1011 0 1010100 1100000 11 111 1011110 110011

Color Harmonies of #F8280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8280B

Black with #F8280B

Text Example


Text Example

White with #F8280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8280B; }

 p { color: rgb(248,40,11); }

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

background-color css

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

 a { background-color: rgb(248,40,11); }

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

border-color css

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

 span { border-color: rgb(248,40,11); }

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