#F9461A

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

Shades of Orange Red #F9461A

Tints of Orange Red #F9461A

Color information

#F9461A (or 0xF9461A) is unknown color: approx Orange Red. HEX triplet: F9, 46 and 1A. RGB value is (249,70,26). Sum of RGB (Red+Green+Blue) = 249+70+26=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F9461A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9461A is #06B9E5. Grayscale: #767676. Windows color (decimal): -440806 or 1722105. OLE color: 1722105.

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

Color convert

RGB2497026-
CMYK00.720.900.02
HSL11.84º94.89%53.92%-
HSV(B)11.84º89.56%97.65%-
XYZ41.4424.593.54-
YUV118.575.8221.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 72.17%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 26 (10.55% from 255) = 7.54%
R=72.17%
G=20.29%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249702600.720.900.0211.8494.8953.92
HexF9461A0485A2c5f36
Octal37110632011013221413766
Binary111110011000110110100100100010110101011001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9461A; }

 p { color: rgb(249,70,26); }

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

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

 a { background-color: rgb(249,70,26); }

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

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

 span { border-color: rgb(249,70,26); }

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