Html Css Color HEX #FDC555 Golden Tainoi

📋 copy color: '#FDC555'

red 253 ◦ green 197 ◦ blue 85

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

Shades of Golden Tainoi #FDC555

Tints of Golden Tainoi #FDC555

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.82%

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

R = 47.29%
G = 36.82%
B = 15.89%

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

#FDC555 (or 0xFDC555) is known color: Golden Tainoi. HEX triplet: FD, C5 and 55. RGB value is (253,197,85). Sum of RGB (Red+Green+Blue) = 253+197+85=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC555 is #023AAA. Grayscale: #C9C9C9. Windows color (decimal): -146091 or 5621245. OLE color: 5621245.

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

Color convert

RGB 253 197 85 -
CMYK 0 0.22 0.66 0.01
HSL 40º 0.98% 0.66% -
HSV(B) 40º 0.66% 0.99% -
XYZ 62.11 61.47 17.19 -
YUV 200.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 253 197 85 0 0.22 0.66 0.01 40 0.98 0.66
Hex FD C5 55 0 16 42 1 28 62 42
Octal 375 305 125 0 26 102 1 50 142 102
Binary 11111101 11000101 1010101 0 10110 1000010 1 101000 1100010 1000010

Color Harmonies of #FDC555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC555

Black with #FDC555

Text Example


Text Example

White with #FDC555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC555; }

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

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

background-color css

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

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

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

border-color css

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

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

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