Html Css Color HEX #F83012 Scarlet

📋 copy color: '#F83012'

red 248 ◦ green 48 ◦ blue 18

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

Shades of Scarlet #F83012

Tints of Scarlet #F83012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 78.98%
G = 15.29%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F83012 (or 0xF83012) is known color: Scarlet. HEX triplet: F8, 30 and 12. RGB value is (248,48,18). Sum of RGB (Red+Green+Blue) = 248+48+18=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F83012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83012 is #07CFED. Grayscale: #686868. Windows color (decimal): -511982 or 1192184. OLE color: 1192184.

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

Color convert

RGB 248 48 18 -
CMYK 0 0.81 0.93 0.03
HSL 7.83º 0.94% 0.52% -
HSV(B) 7.83º 0.93% 0.97% -
XYZ 39.88 22.11 2.74 -
YUV 104.38 79.26 230.44 -
System Red Green Blue C M Y K H S L
Decimal 248 48 18 0 0.81 0.93 0.03 7.83 0.94 0.52
Hex F8 30 12 0 51 5D 3 8 5E 34
Octal 370 60 22 0 121 135 3 10 136 64
Binary 11111000 110000 10010 0 1010001 1011101 11 1000 1011110 110100

Color Harmonies of #F83012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83012

Black with #F83012

Text Example


Text Example

White with #F83012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83012; }

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

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

background-color css

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

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

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

border-color css

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

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

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