Html Css Color HEX #F8240B Scarlet

📋 copy color: '#F8240B'

red 248 ◦ green 36 ◦ blue 11

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

Shades of Scarlet #F8240B

Tints of Scarlet #F8240B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

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

R = 84.07%
G = 12.2%
B = 3.73%

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

#F8240B (or 0xF8240B) is known color: Scarlet. HEX triplet: F8, 24 and 0B. RGB value is (248,36,11). Sum of RGB (Red+Green+Blue) = 248+36+11=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F8240B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8240B is #07DBF4. Grayscale: #606060. Windows color (decimal): -515061 or 730360. OLE color: 730360.

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

Color convert

RGB 248 36 11 -
CMYK 0 0.85 0.96 0.03
HSL 6.33º 0.94% 0.51% -
HSV(B) 6.33º 0.96% 0.97% -
XYZ 39.4 21.24 2.34 -
YUV 96.54 79.74 236.03 -
System Red Green Blue C M Y K H S L
Decimal 248 36 11 0 0.85 0.96 0.03 6.33 0.94 0.51
Hex F8 24 B 0 55 60 3 6 5E 33
Octal 370 44 13 0 125 140 3 6 136 63
Binary 11111000 100100 1011 0 1010101 1100000 11 110 1011110 110011

Color Harmonies of #F8240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8240B

Black with #F8240B

Text Example


Text Example

White with #F8240B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8240B; }

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

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

background-color css

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

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

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

border-color css

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

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

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