Html Css Color HEX #F9311A Scarlet

📋 copy color: '#F9311A'

red 249 ◦ green 49 ◦ blue 26

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

Shades of Scarlet #F9311A

Tints of Scarlet #F9311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

 BLUE value IS 26 (10.55% from 255) = 8.02%

R = 76.85%
G = 15.12%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9311A (or 0xF9311A) is known color: Scarlet. HEX triplet: F9, 31 and 1A. RGB value is (249,49,26). Sum of RGB (Red+Green+Blue) = 249+49+26=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F9311A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9311A is #06CEE5. Grayscale: #6A6A6A. Windows color (decimal): -446182 or 1716729. OLE color: 1716729.

HSL color Cylindrical-coordinate representation of color #F9311A: hue angle of 6.19º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9311A is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 49 26 -
CMYK 0 0.80 0.90 0.02
HSL 6.19º 0.95% 0.54% -
HSV(B) 6.19º 0.9% 0.98% -
XYZ 40.35 22.41 3.18 -
YUV 106.18 82.76 229.87 -
System Red Green Blue C M Y K H S L
Decimal 249 49 26 0 0.80 0.90 0.02 6.19 0.95 0.54
Hex F9 31 1A 0 50 5A 2 6 5F 36
Octal 371 61 32 0 120 132 2 6 137 66
Binary 11111001 110001 11010 0 1010000 1011010 10 110 1011111 110110

Color Harmonies of #F9311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9311A

Black with #F9311A

Text Example


Text Example

White with #F9311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9311A; }

 p { color: rgb(249,49,26); }

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

background-color css

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

 a { background-color: rgb(249,49,26); }

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

border-color css

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

 span { border-color: rgb(249,49,26); }

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