#F0A603

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

Shades of Orange #F0A603

Tints of Orange #F0A603

Color information

#F0A603 (or 0xF0A603) is unknown color: approx Orange. HEX triplet: F0, A6 and 03. RGB value is (240,166,3). Sum of RGB (Red+Green+Blue) = 240+166+3=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A603 is #0F59FC. Grayscale: #AAAAAA. Windows color (decimal): -1006077 or 239344. OLE color: 239344.

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

Color convert

RGB2401663-
CMYK00.310.990.06
HSL41.27º97.53%47.65%-
HSV(B)41.27º98.75%94.12%-
XYZ49.5945.86.31-
YUV169.5434.02178.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.68%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 3 (1.56% from 255) = 0.73%
R=58.68%
G=40.59%
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.06
SystemRedGreenBlueCMYKHSL
Decimal240166300.310.990.0641.2797.5347.65
HexF0A6301F636296230
Octal360246303714365114260
Binary11110000101001101101111111000111101010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A603; }

 p { color: rgb(240,166,3); }

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

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

 a { background-color: rgb(240,166,3); }

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

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

 span { border-color: rgb(240,166,3); }

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