#F1A404

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

Shades of Orange #F1A404

Tints of Orange #F1A404

Color information

#F1A404 (or 0xF1A404) is unknown color: approx Orange. HEX triplet: F1, A4 and 04. RGB value is (241,164,4). Sum of RGB (Red+Green+Blue) = 241+164+4=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A404 is #0E5BFB. Grayscale: #A9A9A9. Windows color (decimal): -941052 or 304369. OLE color: 304369.

HSL color Cylindrical-coordinate representation of color #F1A404: hue angle of 40.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1A404 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB2411644-
CMYK00.320.980.05
HSL40.51º96.73%48.04%-
HSV(B)40.51º98.34%94.51%-
XYZ49.5745.266.24-
YUV168.7835.01179.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.92%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 4 (1.95% from 255) = 0.98%
R=58.92%
G=40.10%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241164400.320.980.0540.5196.7348.04
HexF1A44020625296130
Octal361244404014255114160
Binary1111000110100100100010000011000101011010011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A404; }

 p { color: rgb(241,164,4); }

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

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

 a { background-color: rgb(241,164,4); }

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

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

 span { border-color: rgb(241,164,4); }

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