#F1A703

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

Shades of Orange #F1A703

Tints of Orange #F1A703

Color information

#F1A703 (or 0xF1A703) is unknown color: approx Orange. HEX triplet: F1, A7 and 03. RGB value is (241,167,3). Sum of RGB (Red+Green+Blue) = 241+167+3=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A703 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A703 is #0E58FC. Grayscale: #ABABAB. Windows color (decimal): -940285 or 239601. OLE color: 239601.

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

Color convert

RGB2411673-
CMYK00.310.990.05
HSL41.34º97.54%47.84%-
HSV(B)41.34º98.76%94.51%-
XYZ50.1146.346.39-
YUV170.4333.52178.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.64%
GREEN value IS 167 (65.62% from 255) = 40.63%
BLUE value IS 3 (1.56% from 255) = 0.73%
R=58.64%
G=40.63%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241167300.310.990.0541.3497.5447.84
HexF1A7301F635296230
Octal361247303714355114260
Binary11110001101001111101111111000111011010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A703; }

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

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

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

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

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

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

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

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