#FFD634

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

Shades of Sunglow #FFD634

Tints of Sunglow #FFD634

Color information

#FFD634 (or 0xFFD634) is unknown color: approx Sunglow. HEX triplet: FF, D6 and 34. RGB value is (255,214,52). Sum of RGB (Red+Green+Blue) = 255+214+52=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD634 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD634 is #0029CB. Grayscale: #D0D0D0. Windows color (decimal): -10700 or 3462911. OLE color: 3462911.

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

Color convert

RGB25521452-
CMYK00.160.800
HSL47.88º100%60.2%-
HSV(B)47.88º79.61%100%-
XYZ65.9169.613.21-
YUV207.7940.08161.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 52 (20.70% from 255) = 9.98%
R=48.94%
G=41.07%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552145200.160.80047.8810060.2
HexFFD63401050030643c
Octal3773266402012006014474
Binary1111111111010110110100010000101000001100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD634; }

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

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

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

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

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

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

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

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