#F9441A

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

Shades of Orange Red #F9441A

Tints of Orange Red #F9441A

Color information

#F9441A (or 0xF9441A) is unknown color: approx Orange Red. HEX triplet: F9, 44 and 1A. RGB value is (249,68,26). Sum of RGB (Red+Green+Blue) = 249+68+26=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F9441A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9441A is #06BBE5. Grayscale: #757575. Windows color (decimal): -441318 or 1721593. OLE color: 1721593.

HSL color Cylindrical-coordinate representation of color #F9441A: hue angle of 11.3º 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 #F9441A is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2496826-
CMYK00.730.900.02
HSL11.3º94.89%53.92%-
HSV(B)11.3º89.56%97.65%-
XYZ41.3224.353.5-
YUV117.3376.47221.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 72.59%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 26 (10.55% from 255) = 7.58%
R=72.59%
G=19.83%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249682600.730.900.0211.394.8953.92
HexF9441A0495A2b5f36
Octal37110432011113221313766
Binary111110011000100110100100100110110101010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9441A; }

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

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

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

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

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

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

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

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