#FFD534

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

Shades of Sunglow #FFD534

Tints of Sunglow #FFD534

Color information

#FFD534 (or 0xFFD534) is unknown color: approx Sunglow. HEX triplet: FF, D5 and 34. RGB value is (255,213,52). Sum of RGB (Red+Green+Blue) = 255+213+52=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 52 (20.70% from 255 or 10% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD534 is #002ACB. Grayscale: #CFCFCF. Windows color (decimal): -10956 or 3462655. OLE color: 3462655.

HSL color Cylindrical-coordinate representation of color #FFD534: hue angle of 47.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFD534 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB25521352-
CMYK00.160.800
HSL47.59º100%60.2%-
HSV(B)47.59º79.61%100%-
XYZ65.6569.113.13-
YUV207.240.41162.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 52 (20.70% from 255) = 10%
R=49.04%
G=40.96%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552135200.160.80047.5910060.2
HexFFD53401050030643c
Octal3773256402012006014474
Binary1111111111010101110100010000101000001100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD534; }

 p { color: rgb(255,213,52); }

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

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

 a { background-color: rgb(255,213,52); }

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

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

 span { border-color: rgb(255,213,52); }

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