Html Css Color HEX #F92200 Scarlet

📋 copy color: '#F92200'

red 249 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #F92200

Tints of Scarlet #F92200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.99%
G = 12.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F92200 (or 0xF92200) is known color: Scarlet. HEX triplet: F9, 22 and 00. RGB value is (249,34,0). Sum of RGB (Red+Green+Blue) = 249+34+0=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F92200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92200 is #06DDFF. Grayscale: #5E5E5E. Windows color (decimal): -450048 or 8953. OLE color: 8953.

HSL color Cylindrical-coordinate representation of color #F92200: hue angle of 8.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F92200 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 34 0 -
CMYK 0 0.86 1 0.02
HSL 8.19º 1% 0.49% -
HSV(B) 8.19º 1% 0.98% -
XYZ 39.64 21.28 2.02 -
YUV 94.41 74.73 238.26 -
System Red Green Blue C M Y K H S L
Decimal 249 34 0 0 0.86 1 0.02 8.19 1 0.49
Hex F9 22 0 0 56 64 2 8 64 31
Octal 371 42 0 0 126 144 2 10 144 61
Binary 11111001 100010 0 0 1010110 1100100 10 1000 1100100 110001

Color Harmonies of #F92200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92200

Black with #F92200

Text Example


Text Example

White with #F92200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92200; }

 p { color: rgb(249,34,0); }

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

background-color css

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

 a { background-color: rgb(249,34,0); }

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

border-color css

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

 span { border-color: rgb(249,34,0); }

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