Html Css Color HEX #F92B16 Scarlet

📋 copy color: '#F92B16'

red 249 ◦ green 43 ◦ blue 22

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

Shades of Scarlet #F92B16

Tints of Scarlet #F92B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 79.3%
G = 13.69%
B = 7.01%

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

#F92B16 (or 0xF92B16) is known color: Scarlet. HEX triplet: F9, 2B and 16. RGB value is (249,43,22). Sum of RGB (Red+Green+Blue) = 249+43+22=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F92B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92B16 is #06D4E9. Grayscale: #666666. Windows color (decimal): -447722 or 1453049. OLE color: 1453049.

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

Color convert

RGB 249 43 22 -
CMYK 0 0.83 0.91 0.02
HSL 5.55º 0.95% 0.53% -
HSV(B) 5.55º 0.91% 0.98% -
XYZ 40.08 21.93 2.88 -
YUV 102.2 82.75 232.71 -
System Red Green Blue C M Y K H S L
Decimal 249 43 22 0 0.83 0.91 0.02 5.55 0.95 0.53
Hex F9 2B 16 0 53 5B 2 6 5F 35
Octal 371 53 26 0 123 133 2 6 137 65
Binary 11111001 101011 10110 0 1010011 1011011 10 110 1011111 110101

Color Harmonies of #F92B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92B16

Black with #F92B16

Text Example


Text Example

White with #F92B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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