Html Css Color HEX #F9220B Scarlet

📋 copy color: '#F9220B'

red 249 ◦ green 34 ◦ blue 11

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

Shades of Scarlet #F9220B

Tints of Scarlet #F9220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 84.69%
G = 11.56%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9220B (or 0xF9220B) is known color: Scarlet. HEX triplet: F9, 22 and 0B. RGB value is (249,34,11). Sum of RGB (Red+Green+Blue) = 249+34+11=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F9220B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9220B is #06DDF4. Grayscale: #5F5F5F. Windows color (decimal): -450037 or 729849. OLE color: 729849.

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

Color convert

RGB 249 34 11 -
CMYK 0 0.86 0.96 0.02
HSL 5.8º 0.95% 0.51% -
HSV(B) 5.8º 0.96% 0.98% -
XYZ 39.7 21.31 2.34 -
YUV 95.66 80.23 237.37 -
System Red Green Blue C M Y K H S L
Decimal 249 34 11 0 0.86 0.96 0.02 5.8 0.95 0.51
Hex F9 22 B 0 56 60 2 6 5F 33
Octal 371 42 13 0 126 140 2 6 137 63
Binary 11111001 100010 1011 0 1010110 1100000 10 110 1011111 110011

Color Harmonies of #F9220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9220B

Black with #F9220B

Text Example


Text Example

White with #F9220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9220B; }

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

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

background-color css

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

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

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

border-color css

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

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

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