Html Css Color HEX #FDC659 Golden Tainoi

📋 copy color: '#FDC659'

red 253 ◦ green 198 ◦ blue 89

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

Shades of Golden Tainoi #FDC659

Tints of Golden Tainoi #FDC659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.48%

R = 46.85%
G = 36.67%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDC659 (or 0xFDC659) is known color: Golden Tainoi. HEX triplet: FD, C6 and 59. RGB value is (253,198,89). Sum of RGB (Red+Green+Blue) = 253+198+89=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 89 (35.16% from 255 or 16.48% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC659 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC659 is #0239A6. Grayscale: #CACACA. Windows color (decimal): -145831 or 5883645. OLE color: 5883645.

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

Color convert

RGB 253 198 89 -
CMYK 0 0.22 0.65 0.01
HSL 39.88º 0.98% 0.67% -
HSV(B) 39.88º 0.65% 0.99% -
XYZ 62.51 61.99 18.12 -
YUV 202.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 253 198 89 0 0.22 0.65 0.01 39.88 0.98 0.67
Hex FD C6 59 0 16 41 1 28 62 43
Octal 375 306 131 0 26 101 1 50 142 103
Binary 11111101 11000110 1011001 0 10110 1000001 1 101000 1100010 1000011

Color Harmonies of #FDC659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC659

Black with #FDC659

Text Example


Text Example

White with #FDC659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC659; }

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

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

background-color css

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

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

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

border-color css

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

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

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