Html Css Color HEX #F9301A Scarlet

📋 copy color: '#F9301A'

red 249 ◦ green 48 ◦ blue 26

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

Shades of Scarlet #F9301A

Tints of Scarlet #F9301A

RGB

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

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

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

R = 77.09%
G = 14.86%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9301A (or 0xF9301A) is known color: Scarlet. HEX triplet: F9, 30 and 1A. RGB value is (249,48,26). Sum of RGB (Red+Green+Blue) = 249+48+26=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F9301A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9301A is #06CFE5. Grayscale: #696969. Windows color (decimal): -446438 or 1716473. OLE color: 1716473.

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

Color convert

RGB 249 48 26 -
CMYK 0 0.81 0.90 0.02
HSL 5.92º 0.95% 0.54% -
HSV(B) 5.92º 0.9% 0.98% -
XYZ 40.31 22.33 3.16 -
YUV 105.59 83.09 230.29 -
System Red Green Blue C M Y K H S L
Decimal 249 48 26 0 0.81 0.90 0.02 5.92 0.95 0.54
Hex F9 30 1A 0 51 5A 2 6 5F 36
Octal 371 60 32 0 121 132 2 6 137 66
Binary 11111001 110000 11010 0 1010001 1011010 10 110 1011111 110110

Color Harmonies of #F9301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9301A

Black with #F9301A

Text Example


Text Example

White with #F9301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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