Html Css Color HEX #FDC661 Golden Tainoi

📋 copy color: '#FDC661'

red 253 ◦ green 198 ◦ blue 97

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

Shades of Golden Tainoi #FDC661

Tints of Golden Tainoi #FDC661

RGB

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

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

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

R = 46.17%
G = 36.13%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDC661 (or 0xFDC661) is known color: Golden Tainoi. HEX triplet: FD, C6 and 61. RGB value is (253,198,97). Sum of RGB (Red+Green+Blue) = 253+198+97=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC661 is #02399E. Grayscale: #CBCBCB. Windows color (decimal): -145823 or 6407933. OLE color: 6407933.

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

Color convert

RGB 253 198 97 -
CMYK 0 0.22 0.62 0.01
HSL 38.85º 0.98% 0.69% -
HSV(B) 38.85º 0.62% 0.99% -
XYZ 62.86 62.13 19.99 -
YUV 202.93 68.22 163.71 -
System Red Green Blue C M Y K H S L
Decimal 253 198 97 0 0.22 0.62 0.01 38.85 0.98 0.69
Hex FD C6 61 0 16 3E 1 27 62 45
Octal 375 306 141 0 26 76 1 47 142 105
Binary 11111101 11000110 1100001 0 10110 111110 1 100111 1100010 1000101

Color Harmonies of #FDC661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC661

Black with #FDC661

Text Example


Text Example

White with #FDC661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC661; }

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

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

background-color css

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

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

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

border-color css

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

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

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