#FFD940

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

Shades of Gorse #FFD940

Tints of Gorse #FFD940

Color information

#FFD940 (or 0xFFD940) is unknown color: approx Gorse. HEX triplet: FF, D9 and 40. RGB value is (255,217,64). Sum of RGB (Red+Green+Blue) = 255+217+64=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD940 is #0026BF. Grayscale: #D3D3D3. Windows color (decimal): -9920 or 4250111. OLE color: 4250111.

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

Color convert

RGB25521764-
CMYK00.150.750
HSL48.06º100%62.55%-
HSV(B)48.06º74.9%100%-
XYZ66.9871.2615.07-
YUV210.9245.09159.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 64 (25.39% from 255) = 11.94%
R=47.57%
G=40.49%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552176400.150.75048.0610062.55
HexFFD9400F4B030643f
Octal37733110001711306014477
Binary1111111111011001100000001111100101101100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD940; }

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

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

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

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

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

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

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

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