#F0A403

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

Shades of Orange #F0A403

Tints of Orange #F0A403

Color information

#F0A403 (or 0xF0A403) is unknown color: approx Orange. HEX triplet: F0, A4 and 03. RGB value is (240,164,3). Sum of RGB (Red+Green+Blue) = 240+164+3=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A403 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A403 is #0F5BFC. Grayscale: #A9A9A9. Windows color (decimal): -1006589 or 238832. OLE color: 238832.

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

Color convert

RGB2401643-
CMYK00.320.990.06
HSL40.76º97.53%47.65%-
HSV(B)40.76º98.75%94.12%-
XYZ49.2345.086.19-
YUV168.3734.68179.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.97%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 3 (1.56% from 255) = 0.74%
R=58.97%
G=40.29%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240164300.320.990.0640.7697.5347.65
HexF0A43020636296230
Octal360244304014365114260
Binary111100001010010011010000011000111101010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A403; }

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

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

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

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

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

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

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

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