#FFD340

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

Shades of Sunglow #FFD340

Tints of Sunglow #FFD340

Color information

#FFD340 (or 0xFFD340) is unknown color: approx Sunglow. HEX triplet: FF, D3 and 40. RGB value is (255,211,64). Sum of RGB (Red+Green+Blue) = 255+211+64=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD340 is #002CBF. Grayscale: #D0D0D0. Windows color (decimal): -11456 or 4248575. OLE color: 4248575.

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

Color convert

RGB25521164-
CMYK00.170.750
HSL46.18º100%62.55%-
HSV(B)46.18º74.9%100%-
XYZ65.4668.2214.57-
YUV207.447.08161.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 64 (25.39% from 255) = 12.08%
R=48.11%
G=39.81%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552116400.170.75046.1810062.55
HexFFD3400114B02e643f
Octal37732310002111305614477
Binary11111111110100111000000010001100101101011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD340; }

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

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

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

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

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

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

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

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