Html Css Color HEX #F8300E Scarlet

📋 copy color: '#F8300E'

red 248 ◦ green 48 ◦ blue 14

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

Shades of Scarlet #F8300E

Tints of Scarlet #F8300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 80%
G = 15.48%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8300E (or 0xF8300E) is known color: Scarlet. HEX triplet: F8, 30 and 0E. RGB value is (248,48,14). Sum of RGB (Red+Green+Blue) = 248+48+14=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F8300E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8300E is #07CFF1. Grayscale: #686868. Windows color (decimal): -511986 or 930040. OLE color: 930040.

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

Color convert

RGB 248 48 14 -
CMYK 0 0.81 0.94 0.03
HSL 8.72º 0.94% 0.51% -
HSV(B) 8.72º 0.94% 0.97% -
XYZ 39.85 22.1 2.58 -
YUV 103.92 77.26 230.76 -
System Red Green Blue C M Y K H S L
Decimal 248 48 14 0 0.81 0.94 0.03 8.72 0.94 0.51
Hex F8 30 E 0 51 5E 3 9 5E 33
Octal 370 60 16 0 121 136 3 11 136 63
Binary 11111000 110000 1110 0 1010001 1011110 11 1001 1011110 110011

Color Harmonies of #F8300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8300E

Black with #F8300E

Text Example


Text Example

White with #F8300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8300E; }

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

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

background-color css

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

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

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

border-color css

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

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

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