Html Css Color HEX #FDC859 Golden Tainoi

📋 copy color: '#FDC859'

red 253 ◦ green 200 ◦ blue 89

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

Shades of Golden Tainoi #FDC859

Tints of Golden Tainoi #FDC859

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.9%

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

R = 46.68%
G = 36.9%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDC859 (or 0xFDC859) is known color: Golden Tainoi. HEX triplet: FD, C8 and 59. RGB value is (253,200,89). Sum of RGB (Red+Green+Blue) = 253+200+89=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 89 (35.16% from 255 or 16.42% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC859 is #0237A6. Grayscale: #CBCBCB. Windows color (decimal): -145319 or 5884157. OLE color: 5884157.

HSL color Cylindrical-coordinate representation of color #FDC859: hue angle of 40.61º 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 #FDC859 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 89 -
CMYK 0 0.21 0.65 0.01
HSL 40.61º 0.98% 0.67% -
HSV(B) 40.61º 0.65% 0.99% -
XYZ 62.97 62.91 18.28 -
YUV 203.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 253 200 89 0 0.21 0.65 0.01 40.61 0.98 0.67
Hex FD C8 59 0 15 41 1 29 62 43
Octal 375 310 131 0 25 101 1 51 142 103
Binary 11111101 11001000 1011001 0 10101 1000001 1 101001 1100010 1000011

Color Harmonies of #FDC859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC859

Black with #FDC859

Text Example


Text Example

White with #FDC859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC859; }

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

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

background-color css

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

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

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

border-color css

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

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

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