#F0A302

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

Shades of Orange #F0A302

Tints of Orange #F0A302

Color information

#F0A302 (or 0xF0A302) is unknown color: approx Orange. HEX triplet: F0, A3 and 02. RGB value is (240,163,2). Sum of RGB (Red+Green+Blue) = 240+163+2=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A302 is #0F5CFD. Grayscale: #A8A8A8. Windows color (decimal): -1006846 or 173040. OLE color: 173040.

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

Color convert

RGB2401632-
CMYK00.320.990.06
HSL40.59º98.35%47.45%-
HSV(B)40.59º99.17%94.12%-
XYZ49.0444.726.11-
YUV167.6734.51179.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.26%
GREEN value IS 163 (64.06% from 255) = 40.25%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=59.26%
G=40.25%
B=0.49%

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
Decimal240163200.320.990.0640.5998.3547.45
HexF0A3202063629622f
Octal360243204014365114257
Binary111100001010001110010000011000111101010011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A302; }

 p { color: rgb(240,163,2); }

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

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

 a { background-color: rgb(240,163,2); }

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

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

 span { border-color: rgb(240,163,2); }

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