Html Css Color HEX #F8300D Scarlet

📋 copy color: '#F8300D'

red 248 ◦ green 48 ◦ blue 13

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

Shades of Scarlet #F8300D

Tints of Scarlet #F8300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 80.26%
G = 15.53%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8300D (or 0xF8300D) is known color: Scarlet. HEX triplet: F8, 30 and 0D. RGB value is (248,48,13). Sum of RGB (Red+Green+Blue) = 248+48+13=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F8300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8300D is #07CFF2. Grayscale: #686868. Windows color (decimal): -511987 or 864504. OLE color: 864504.

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

Color convert

RGB 248 48 13 -
CMYK 0 0.81 0.95 0.03
HSL 8.94º 0.94% 0.51% -
HSV(B) 8.94º 0.95% 0.97% -
XYZ 39.84 22.1 2.55 -
YUV 103.81 76.76 230.85 -
System Red Green Blue C M Y K H S L
Decimal 248 48 13 0 0.81 0.95 0.03 8.94 0.94 0.51
Hex F8 30 D 0 51 5F 3 9 5E 33
Octal 370 60 15 0 121 137 3 11 136 63
Binary 11111000 110000 1101 0 1010001 1011111 11 1001 1011110 110011

Color Harmonies of #F8300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8300D

Black with #F8300D

Text Example


Text Example

White with #F8300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8300D; }

 p { color: rgb(248,48,13); }

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

background-color css

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

 a { background-color: rgb(248,48,13); }

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

border-color css

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

 span { border-color: rgb(248,48,13); }

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