Html Css Color HEX #FDC356 Golden Tainoi

📋 copy color: '#FDC356'

red 253 ◦ green 195 ◦ blue 86

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

Shades of Golden Tainoi #FDC356

Tints of Golden Tainoi #FDC356

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.52%

 BLUE value IS 86 (33.98% from 255) = 16.1%

R = 47.38%
G = 36.52%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDC356 (or 0xFDC356) is known color: Golden Tainoi. HEX triplet: FD, C3 and 56. RGB value is (253,195,86). Sum of RGB (Red+Green+Blue) = 253+195+86=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC356 is #023CA9. Grayscale: #C8C8C8. Windows color (decimal): -146602 or 5686269. OLE color: 5686269.

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

Color convert

RGB 253 195 86 -
CMYK 0 0.23 0.66 0.01
HSL 39.16º 0.98% 0.66% -
HSV(B) 39.16º 0.66% 0.99% -
XYZ 61.7 60.58 17.25 -
YUV 199.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 253 195 86 0 0.23 0.66 0.01 39.16 0.98 0.66
Hex FD C3 56 0 17 42 1 27 62 42
Octal 375 303 126 0 27 102 1 47 142 102
Binary 11111101 11000011 1010110 0 10111 1000010 1 100111 1100010 1000010

Color Harmonies of #FDC356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC356

Black with #FDC356

Text Example


Text Example

White with #FDC356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC356; }

 p { color: rgb(253,195,86); }

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

background-color css

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

 a { background-color: rgb(253,195,86); }

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

border-color css

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

 span { border-color: rgb(253,195,86); }

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