#FFD140

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

Shades of Sunglow #FFD140

Tints of Sunglow #FFD140

Color information

#FFD140 (or 0xFFD140) is unknown color: approx Sunglow. HEX triplet: FF, D1 and 40. RGB value is (255,209,64). Sum of RGB (Red+Green+Blue) = 255+209+64=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD140 is #002EBF. Grayscale: #CECECE. Windows color (decimal): -11968 or 4248063. OLE color: 4248063.

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

Color convert

RGB25520964-
CMYK00.180.750
HSL45.55º100%62.55%-
HSV(B)45.55º74.9%100%-
XYZ64.9767.2314.4-
YUV206.2247.74162.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 64 (25.39% from 255) = 12.12%
R=48.30%
G=39.58%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552096400.180.75045.5510062.55
HexFFD1400124B02e643f
Octal37732110002211305614477
Binary11111111110100011000000010010100101101011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD140; }

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

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

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

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

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

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

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

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