#F9421E

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

Shades of Red Orange #F9421E

Tints of Red Orange #F9421E

Color information

#F9421E (or 0xF9421E) is unknown color: approx Red Orange. HEX triplet: F9, 42 and 1E. RGB value is (249,66,30). Sum of RGB (Red+Green+Blue) = 249+66+30=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F9421E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9421E is #06BDE1. Grayscale: #747474. Windows color (decimal): -441826 or 1983225. OLE color: 1983225.

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

Color convert

RGB2496630-
CMYK00.730.880.02
HSL9.86º94.81%54.71%-
HSV(B)9.86º87.95%97.65%-
XYZ41.2524.133.71-
YUV116.6179.13222.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 72.17%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 30 (12.11% from 255) = 8.70%
R=72.17%
G=19.13%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249663000.730.880.029.8694.8154.71
HexF9421E049582a5f37
Octal37110236011113021213767
Binary111110011000010111100100100110110001010101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9421E; }

 p { color: rgb(249,66,30); }

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

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

 a { background-color: rgb(249,66,30); }

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

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

 span { border-color: rgb(249,66,30); }

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