Html Css Color HEX #F93012 Scarlet

📋 copy color: '#F93012'

red 249 ◦ green 48 ◦ blue 18

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

Shades of Scarlet #F93012

Tints of Scarlet #F93012

RGB

 RED value IS 249 (97.66% from 255) = 79.05%

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

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

R = 79.05%
G = 15.24%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F93012 (or 0xF93012) is known color: Scarlet. HEX triplet: F9, 30 and 12. RGB value is (249,48,18). Sum of RGB (Red+Green+Blue) = 249+48+18=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F93012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93012 is #06CFED. Grayscale: #696969. Windows color (decimal): -446446 or 1192185. OLE color: 1192185.

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

Color convert

RGB 249 48 18 -
CMYK 0 0.81 0.93 0.02
HSL 7.79º 0.95% 0.52% -
HSV(B) 7.79º 0.93% 0.98% -
XYZ 40.23 22.3 2.76 -
YUV 104.68 79.09 230.94 -
System Red Green Blue C M Y K H S L
Decimal 249 48 18 0 0.81 0.93 0.02 7.79 0.95 0.52
Hex F9 30 12 0 51 5D 2 8 5F 34
Octal 371 60 22 0 121 135 2 10 137 64
Binary 11111001 110000 10010 0 1010001 1011101 10 1000 1011111 110100

Color Harmonies of #F93012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93012

Black with #F93012

Text Example


Text Example

White with #F93012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93012; }

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

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

background-color css

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

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

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

border-color css

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

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

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