Html Css Color HEX #FDC256 Golden Tainoi

📋 copy color: '#FDC256'

red 253 ◦ green 194 ◦ blue 86

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

Shades of Golden Tainoi #FDC256

Tints of Golden Tainoi #FDC256

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

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

R = 47.47%
G = 36.4%
B = 16.14%

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

#FDC256 (or 0xFDC256) is known color: Golden Tainoi. HEX triplet: FD, C2 and 56. RGB value is (253,194,86). Sum of RGB (Red+Green+Blue) = 253+194+86=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC256 is #023DA9. Grayscale: #C7C7C7. Windows color (decimal): -146858 or 5686013. OLE color: 5686013.

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

Color convert

RGB 253 194 86 -
CMYK 0 0.23 0.66 0.01
HSL 38.8º 0.98% 0.66% -
HSV(B) 38.8º 0.66% 0.99% -
XYZ 61.48 60.14 17.17 -
YUV 199.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 253 194 86 0 0.23 0.66 0.01 38.8 0.98 0.66
Hex FD C2 56 0 17 42 1 27 62 42
Octal 375 302 126 0 27 102 1 47 142 102
Binary 11111101 11000010 1010110 0 10111 1000010 1 100111 1100010 1000010

Color Harmonies of #FDC256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC256

Black with #FDC256

Text Example


Text Example

White with #FDC256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC256; }

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

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

background-color css

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

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

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

border-color css

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

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

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