Html Css Color HEX #FDC557 Golden Tainoi

📋 copy color: '#FDC557'

red 253 ◦ green 197 ◦ blue 87

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

Shades of Golden Tainoi #FDC557

Tints of Golden Tainoi #FDC557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.2%

R = 47.11%
G = 36.69%
B = 16.2%

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

#FDC557 (or 0xFDC557) is known color: Golden Tainoi. HEX triplet: FD, C5 and 57. RGB value is (253,197,87). Sum of RGB (Red+Green+Blue) = 253+197+87=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 87 (34.38% from 255 or 16.20% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC557 is #023AA8. Grayscale: #C9C9C9. Windows color (decimal): -146089 or 5752317. OLE color: 5752317.

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

Color convert

RGB 253 197 87 -
CMYK 0 0.22 0.66 0.01
HSL 39.76º 0.98% 0.67% -
HSV(B) 39.76º 0.66% 0.99% -
XYZ 62.19 61.5 17.61 -
YUV 201.2 63.55 164.94 -
System Red Green Blue C M Y K H S L
Decimal 253 197 87 0 0.22 0.66 0.01 39.76 0.98 0.67
Hex FD C5 57 0 16 42 1 28 62 43
Octal 375 305 127 0 26 102 1 50 142 103
Binary 11111101 11000101 1010111 0 10110 1000010 1 101000 1100010 1000011

Color Harmonies of #FDC557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC557

Black with #FDC557

Text Example


Text Example

White with #FDC557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC557; }

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

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

background-color css

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

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

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

border-color css

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

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

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