#FFD240

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

Shades of Sunglow #FFD240

Tints of Sunglow #FFD240

Color information

#FFD240 (or 0xFFD240) is unknown color: approx Sunglow. HEX triplet: FF, D2 and 40. RGB value is (255,210,64). Sum of RGB (Red+Green+Blue) = 255+210+64=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD240 is #002DBF. Grayscale: #CFCFCF. Windows color (decimal): -11712 or 4248319. OLE color: 4248319.

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

Color convert

RGB25521064-
CMYK00.180.750
HSL45.86º100%62.55%-
HSV(B)45.86º74.9%100%-
XYZ65.2167.7214.49-
YUV206.8147.41162.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 210 (82.42% from 255) = 39.70%
BLUE value IS 64 (25.39% from 255) = 12.10%
R=48.20%
G=39.70%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552106400.180.75045.8610062.55
HexFFD2400124B02e643f
Octal37732210002211305614477
Binary11111111110100101000000010010100101101011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD240; }

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

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

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

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

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

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

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

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