Html Css Color HEX #FDC861 Golden Tainoi

📋 copy color: '#FDC861'

red 253 ◦ green 200 ◦ blue 97

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

Shades of Golden Tainoi #FDC861

Tints of Golden Tainoi #FDC861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.64%

R = 46%
G = 36.36%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDC861 (or 0xFDC861) is known color: Golden Tainoi. HEX triplet: FD, C8 and 61. RGB value is (253,200,97). Sum of RGB (Red+Green+Blue) = 253+200+97=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC861 is #02379E. Grayscale: #CCCCCC. Windows color (decimal): -145311 or 6408445. OLE color: 6408445.

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

Color convert

RGB 253 200 97 -
CMYK 0 0.21 0.62 0.01
HSL 39.62º 0.98% 0.69% -
HSV(B) 39.62º 0.62% 0.99% -
XYZ 63.32 63.05 20.14 -
YUV 204.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 253 200 97 0 0.21 0.62 0.01 39.62 0.98 0.69
Hex FD C8 61 0 15 3E 1 28 62 45
Octal 375 310 141 0 25 76 1 50 142 105
Binary 11111101 11001000 1100001 0 10101 111110 1 101000 1100010 1000101

Color Harmonies of #FDC861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC861

Black with #FDC861

Text Example


Text Example

White with #FDC861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC861; }

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

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

background-color css

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

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

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

border-color css

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

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

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