#FFA840

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

Shades of Yellow Orange #FFA840

Tints of Yellow Orange #FFA840

Color information

#FFA840 (or 0xFFA840) is unknown color: approx Yellow Orange. HEX triplet: FF, A8 and 40. RGB value is (255,168,64). Sum of RGB (Red+Green+Blue) = 255+168+64=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA840 is #0057BF. Grayscale: #B6B6B6. Windows color (decimal): -22464 or 4237567. OLE color: 4237567.

HSL color Cylindrical-coordinate representation of color #FFA840: hue angle of 32.67º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFA840 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25516864-
CMYK00.340.750
HSL32.67º100%62.55%-
HSV(B)32.67º74.9%100%-
XYZ56.1749.6411.47-
YUV182.1661.32179.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.36%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 64 (25.39% from 255) = 13.14%
R=52.36%
G=34.50%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551686400.340.75032.6710062.55
HexFFA8400224B021643f
Octal37725010004211304114477
Binary111111111010100010000000100010100101101000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA840; }

 p { color: rgb(255,168,64); }

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

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

 a { background-color: rgb(255,168,64); }

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

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

 span { border-color: rgb(255,168,64); }

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