#F94A21

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

Shades of Red Orange #F94A21

Tints of Red Orange #F94A21

Color information

#F94A21 (or 0xF94A21) is unknown color: approx Red Orange. HEX triplet: F9, 4A and 21. RGB value is (249,74,33). Sum of RGB (Red+Green+Blue) = 249+74+33=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A21 is #06B5DE. Grayscale: #797979. Windows color (decimal): -439775 or 2181881. OLE color: 2181881.

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

Color convert

RGB2497433-
CMYK00.700.870.02
HSL11.39º94.74%55.29%-
HSV(B)11.39º86.75%97.65%-
XYZ41.7925.154.09-
YUV121.6577.98218.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.94%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 33 (13.28% from 255) = 9.27%
R=69.94%
G=20.79%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249743300.700.870.0211.3994.7455.29
HexF94A21046572b5f37
Octal37111241010612721313767
Binary1111100110010101000010100011010101111010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94A21; }

 p { color: rgb(249,74,33); }

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

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

 a { background-color: rgb(249,74,33); }

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

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

 span { border-color: rgb(249,74,33); }

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