#FFD840

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

Shades of Gorse #FFD840

Tints of Gorse #FFD840

Color information

#FFD840 (or 0xFFD840) is unknown color: approx Gorse. HEX triplet: FF, D8 and 40. RGB value is (255,216,64). Sum of RGB (Red+Green+Blue) = 255+216+64=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD840 is #0027BF. Grayscale: #D2D2D2. Windows color (decimal): -10176 or 4249855. OLE color: 4249855.

HSL color Cylindrical-coordinate representation of color #FFD840: hue angle of 47.75º 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 #FFD840 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25521664-
CMYK00.150.750
HSL47.75º100%62.55%-
HSV(B)47.75º74.9%100%-
XYZ66.7270.7414.99-
YUV210.3345.42159.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.66%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 64 (25.39% from 255) = 11.96%
R=47.66%
G=40.37%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552166400.150.75047.7510062.55
HexFFD8400F4B030643f
Octal37733010001711306014477
Binary1111111111011000100000001111100101101100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD840; }

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

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

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

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

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

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

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

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