Html Css Color HEX #F92A16 Scarlet

📋 copy color: '#F92A16'

red 249 ◦ green 42 ◦ blue 22

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

Shades of Scarlet #F92A16

Tints of Scarlet #F92A16

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

 BLUE value IS 22 (8.98% from 255) = 7.03%

R = 79.55%
G = 13.42%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F92A16 (or 0xF92A16) is known color: Scarlet. HEX triplet: F9, 2A and 16. RGB value is (249,42,22). Sum of RGB (Red+Green+Blue) = 249+42+22=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92A16 is #06D5E9. Grayscale: #656565. Windows color (decimal): -447978 or 1452793. OLE color: 1452793.

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

Color convert

RGB 249 42 22 -
CMYK 0 0.83 0.91 0.02
HSL 5.29º 0.95% 0.53% -
HSV(B) 5.29º 0.91% 0.98% -
XYZ 40.04 21.85 2.87 -
YUV 101.61 83.08 233.13 -
System Red Green Blue C M Y K H S L
Decimal 249 42 22 0 0.83 0.91 0.02 5.29 0.95 0.53
Hex F9 2A 16 0 53 5B 2 5 5F 35
Octal 371 52 26 0 123 133 2 5 137 65
Binary 11111001 101010 10110 0 1010011 1011011 10 101 1011111 110101

Color Harmonies of #F92A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A16

Black with #F92A16

Text Example


Text Example

White with #F92A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A16; }

 p { color: rgb(249,42,22); }

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

background-color css

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

 a { background-color: rgb(249,42,22); }

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

border-color css

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

 span { border-color: rgb(249,42,22); }

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