#FFD040

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

Shades of Sunglow #FFD040

Tints of Sunglow #FFD040

Color information

#FFD040 (or 0xFFD040) is unknown color: approx Sunglow. HEX triplet: FF, D0 and 40. RGB value is (255,208,64). Sum of RGB (Red+Green+Blue) = 255+208+64=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD040 is #002FBF. Grayscale: #CECECE. Windows color (decimal): -12224 or 4247807. OLE color: 4247807.

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

Color convert

RGB25520864-
CMYK00.180.750
HSL45.24º100%62.55%-
HSV(B)45.24º74.9%100%-
XYZ64.7266.7414.32-
YUV205.6448.07163.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 208 (81.64% from 255) = 39.47%
BLUE value IS 64 (25.39% from 255) = 12.14%
R=48.39%
G=39.47%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552086400.180.75045.2410062.55
HexFFD0400124B02d643f
Octal37732010002211305514477
Binary11111111110100001000000010010100101101011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD040; }

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

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

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

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

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

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

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

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