Html Css Color HEX #F92206 Scarlet

📋 copy color: '#F92206'

red 249 ◦ green 34 ◦ blue 6

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

Shades of Scarlet #F92206

Tints of Scarlet #F92206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 86.16%
G = 11.76%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F92206 (or 0xF92206) is known color: Scarlet. HEX triplet: F9, 22 and 06. RGB value is (249,34,6). Sum of RGB (Red+Green+Blue) = 249+34+6=289 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.16% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 249 - color contains mainly: red. Hex color #F92206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92206 is #06DDF9. Grayscale: #5F5F5F. Windows color (decimal): -450042 or 402169. OLE color: 402169.

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

Color convert

RGB 249 34 6 -
CMYK 0 0.86 0.98 0.02
HSL 6.91º 0.95% 0.5% -
HSV(B) 6.91º 0.98% 0.98% -
XYZ 39.67 21.3 2.19 -
YUV 95.09 77.73 237.78 -
System Red Green Blue C M Y K H S L
Decimal 249 34 6 0 0.86 0.98 0.02 6.91 0.95 0.5
Hex F9 22 6 0 56 62 2 7 5F 32
Octal 371 42 6 0 126 142 2 7 137 62
Binary 11111001 100010 110 0 1010110 1100010 10 111 1011111 110010

Color Harmonies of #F92206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92206

Black with #F92206

Text Example


Text Example

White with #F92206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92206; }

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

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

background-color css

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

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

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

border-color css

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

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

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