Html Css Color HEX #FDC656 Golden Tainoi

📋 copy color: '#FDC656'

red 253 ◦ green 198 ◦ blue 86

#FDC656
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Tainoi #FDC656

Tints of Golden Tainoi #FDC656

RGB

 RED value IS 253 (99.22% from 255) = 47.11%

 GREEN value IS 198 (77.73% from 255) = 36.87%

 BLUE value IS 86 (33.98% from 255) = 16.01%

R = 47.11%
G = 36.87%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDC656 (or 0xFDC656) is known color: Golden Tainoi. HEX triplet: FD, C6 and 56. RGB value is (253,198,86). Sum of RGB (Red+Green+Blue) = 253+198+86=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 86 (33.98% from 255 or 16.01% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC656 is #0239A9. Grayscale: #CACACA. Windows color (decimal): -145834 or 5687037. OLE color: 5687037.

HSL color Cylindrical-coordinate representation of color #FDC656: hue angle of 40.24º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDC656 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 198 86 -
CMYK 0 0.22 0.66 0.01
HSL 40.24º 0.98% 0.66% -
HSV(B) 40.24º 0.66% 0.99% -
XYZ 62.38 61.94 17.47 -
YUV 201.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 253 198 86 0 0.22 0.66 0.01 40.24 0.98 0.66
Hex FD C6 56 0 16 42 1 28 62 42
Octal 375 306 126 0 26 102 1 50 142 102
Binary 11111101 11000110 1010110 0 10110 1000010 1 101000 1100010 1000010

Color Harmonies of #FDC656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC656

Black with #FDC656

Text Example


Text Example

White with #FDC656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC656; }

 p { color: rgb(253,198,86); }

 H1.HeaderClassName
 {
   color: #FDC656;
 }
 .AnyTagClassName
 {
   color: #FDC656;
 }
</style>

background-color css

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

 a { background-color: rgb(253,198,86); }

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

border-color css

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

 span { border-color: rgb(253,198,86); }

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