#F5A802

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

Shades of Orange #F5A802

Tints of Orange #F5A802

Color information

#F5A802 (or 0xF5A802) is unknown color: approx Orange. HEX triplet: F5, A8 and 02. RGB value is (245,168,2). Sum of RGB (Red+Green+Blue) = 245+168+2=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A802 is #0A57FD. Grayscale: #ACACAC. Windows color (decimal): -677886 or 174325. OLE color: 174325.

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

Color convert

RGB2451682-
CMYK00.310.990.04
HSL40.99º98.38%48.43%-
HSV(B)40.99º99.18%96.08%-
XYZ51.6747.426.49-
YUV172.132.01180-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.04%
GREEN value IS 168 (66.02% from 255) = 40.48%
BLUE value IS 2 (1.17% from 255) = 0.48%
R=59.04%
G=40.48%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245168200.310.990.0440.9998.3848.43
HexF5A8201F634296230
Octal365250203714345114260
Binary11110101101010001001111111000111001010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A802; }

 p { color: rgb(245,168,2); }

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

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

 a { background-color: rgb(245,168,2); }

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

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

 span { border-color: rgb(245,168,2); }

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