#F9221B

Color #F9221B Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #F9221B

Tints of Scarlet #F9221B

Color information

#F9221B (or 0xF9221B) is unknown color: approx Scarlet. HEX triplet: F9, 22 and 1B. RGB value is (249,34,27). Sum of RGB (Red+Green+Blue) = 249+34+27=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F9221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9221B is #06DDE4. Grayscale: #616161. Windows color (decimal): -450021 or 1778425. OLE color: 1778425.

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

Color convert

RGB2493427-
CMYK00.860.890.02
HSL1.89º94.87%54.12%-
HSV(B)1.89º89.16%97.65%-
XYZ39.8421.363.06-
YUV97.4988.23236.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 80.32%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 27 (10.94% from 255) = 8.71%
R=80.32%
G=10.97%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249342700.860.890.021.8994.8754.12
HexF9221B05659225f36
Octal371423301261312213766
Binary111110011000101101101010110101100110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9221B; }

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

 H1.HeaderClassName
 {
   color: #F9221B;
 }
 .AnyTagClassName
 {
   color: #F9221B;
 }
</style>
background-color css

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

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

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

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

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

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