#f1a709

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

Shades of Orange #F1A709

Tints of Orange #F1A709

Color information

#F1A709 (or 0xF1A709) is unknown color: approx Orange. HEX triplet: F1, A7 and 09. RGB value is (241,167,9). Sum of RGB (Red+Green+Blue) = 241+167+9=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A709 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A709 is #0E58F6. Grayscale: #ABABAB. Windows color (decimal): -940279 or 632817. OLE color: 632817.

HSL color Cylindrical-coordinate representation of color #F1A709: hue angle of 40.86º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1A709 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB2411679-
CMYK00.310.960.05
HSL40.86º92.8%49.02%-
HSV(B)40.86º96.27%94.51%-
XYZ50.1446.366.56-
YUV171.1136.52177.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.79%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 9 (3.91% from 255) = 2.16%
R=57.79%
G=40.05%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241167900.310.960.0540.8692.849.02
HexF1A7901F605295d31
Octal3612471103714055113561
Binary1111000110100111100101111111000001011010011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1a709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1a709; }

 p { color: rgb(241,167,9); }

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

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

 a { background-color: rgb(241,167,9); }

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

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

 span { border-color: rgb(241,167,9); }

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