Html Css Color HEX #FDC655 Golden Tainoi

📋 copy color: '#FDC655'

red 253 ◦ green 198 ◦ blue 85

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

Shades of Golden Tainoi #FDC655

Tints of Golden Tainoi #FDC655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.86%

R = 47.2%
G = 36.94%
B = 15.86%

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

#FDC655 (or 0xFDC655) is known color: Golden Tainoi. HEX triplet: FD, C6 and 55. RGB value is (253,198,85). Sum of RGB (Red+Green+Blue) = 253+198+85=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 85 (33.59% from 255 or 15.86% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC655 is #0239AA. Grayscale: #CACACA. Windows color (decimal): -145835 or 5621501. OLE color: 5621501.

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

Color convert

RGB 253 198 85 -
CMYK 0 0.22 0.66 0.01
HSL 40.36º 0.98% 0.66% -
HSV(B) 40.36º 0.66% 0.99% -
XYZ 62.34 61.93 17.26 -
YUV 201.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 253 198 85 0 0.22 0.66 0.01 40.36 0.98 0.66
Hex FD C6 55 0 16 42 1 28 62 42
Octal 375 306 125 0 26 102 1 50 142 102
Binary 11111101 11000110 1010101 0 10110 1000010 1 101000 1100010 1000010

Color Harmonies of #FDC655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC655

Black with #FDC655

Text Example


Text Example

White with #FDC655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC655; }

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

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

background-color css

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

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

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

border-color css

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

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

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