#F0A503

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

Shades of Orange #F0A503

Tints of Orange #F0A503

Color information

#F0A503 (or 0xF0A503) is unknown color: approx Orange. HEX triplet: F0, A5 and 03. RGB value is (240,165,3). Sum of RGB (Red+Green+Blue) = 240+165+3=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A503 is #0F5AFC. Grayscale: #A9A9A9. Windows color (decimal): -1006333 or 239088. OLE color: 239088.

HSL color Cylindrical-coordinate representation of color #F0A503: hue angle of 41.01º 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 #F0A503 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB2401653-
CMYK00.310.990.06
HSL41.01º97.53%47.65%-
HSV(B)41.01º98.75%94.12%-
XYZ49.4145.446.25-
YUV168.9634.35178.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.82%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 3 (1.56% from 255) = 0.74%
R=58.82%
G=40.44%
B=0.74%

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
Decimal240165300.310.990.0641.0197.5347.65
HexF0A5301F636296230
Octal360245303714365114260
Binary11110000101001011101111111000111101010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A503; }

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

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

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

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

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

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

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

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