#F1A204

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

Shades of Orange #F1A204

Tints of Orange #F1A204

Color information

#F1A204 (or 0xF1A204) is unknown color: approx Orange. HEX triplet: F1, A2 and 04. RGB value is (241,162,4). Sum of RGB (Red+Green+Blue) = 241+162+4=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A204 is #0E5DFB. Grayscale: #A8A8A8. Windows color (decimal): -941564 or 303857. OLE color: 303857.

HSL color Cylindrical-coordinate representation of color #F1A204: hue angle of 40º 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 #F1A204 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB2411624-
CMYK00.330.980.05
HSL40º96.73%48.04%-
HSV(B)40º98.34%94.51%-
XYZ49.2244.556.12-
YUV167.6135.67180.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.21%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 4 (1.95% from 255) = 0.98%
R=59.21%
G=39.80%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241162400.330.980.054096.7348.04
HexF1A24021625286130
Octal361242404114255014160
Binary1111000110100010100010000111000101011010001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A204; }

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

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

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

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

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

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

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

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