Html Css Color HEX #FDC456 Golden Tainoi

📋 copy color: '#FDC456'

red 253 ◦ green 196 ◦ blue 86

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

Shades of Golden Tainoi #FDC456

Tints of Golden Tainoi #FDC456

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.64%

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

R = 47.29%
G = 36.64%
B = 16.07%

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

#FDC456 (or 0xFDC456) is known color: Golden Tainoi. HEX triplet: FD, C4 and 56. RGB value is (253,196,86). Sum of RGB (Red+Green+Blue) = 253+196+86=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC456 is #023BA9. Grayscale: #C9C9C9. Windows color (decimal): -146346 or 5686525. OLE color: 5686525.

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

Color convert

RGB 253 196 86 -
CMYK 0 0.23 0.66 0.01
HSL 39.52º 0.98% 0.66% -
HSV(B) 39.52º 0.66% 0.99% -
XYZ 61.93 61.03 17.32 -
YUV 200.5 63.38 165.44 -
System Red Green Blue C M Y K H S L
Decimal 253 196 86 0 0.23 0.66 0.01 39.52 0.98 0.66
Hex FD C4 56 0 17 42 1 28 62 42
Octal 375 304 126 0 27 102 1 50 142 102
Binary 11111101 11000100 1010110 0 10111 1000010 1 101000 1100010 1000010

Color Harmonies of #FDC456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC456

Black with #FDC456

Text Example


Text Example

White with #FDC456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC456; }

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

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

background-color css

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

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

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

border-color css

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

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

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