#FFD632

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

Shades of Sunglow #FFD632

Tints of Sunglow #FFD632

Color information

#FFD632 (or 0xFFD632) is unknown color: approx Sunglow. HEX triplet: FF, D6 and 32. RGB value is (255,214,50). Sum of RGB (Red+Green+Blue) = 255+214+50=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 50 (19.92% from 255 or 9.63% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD632 is #0029CD. Grayscale: #D0D0D0. Windows color (decimal): -10702 or 3331839. OLE color: 3331839.

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

Color convert

RGB25521450-
CMYK00.160.800
HSL48º100%59.8%-
HSV(B)48º80.39%100%-
XYZ65.8669.5812.98-
YUV207.5639.08161.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 50 (19.92% from 255) = 9.63%
R=49.13%
G=41.23%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552145000.160.8004810059.8
HexFFD63201050030643c
Octal3773266202012006014474
Binary1111111111010110110010010000101000001100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD632; }

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

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

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

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

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

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

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

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