Html Css Color HEX #FDC55D Golden Tainoi

📋 copy color: '#FDC55D'

red 253 ◦ green 197 ◦ blue 93

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

Shades of Golden Tainoi #FDC55D

Tints of Golden Tainoi #FDC55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.13%

R = 46.59%
G = 36.28%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDC55D (or 0xFDC55D) is known color: Golden Tainoi. HEX triplet: FD, C5 and 5D. RGB value is (253,197,93). Sum of RGB (Red+Green+Blue) = 253+197+93=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC55D is #023AA2. Grayscale: #CACACA. Windows color (decimal): -146083 or 6145533. OLE color: 6145533.

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

Color convert

RGB 253 197 93 -
CMYK 0 0.22 0.63 0.01
HSL 39º 0.98% 0.68% -
HSV(B) 39º 0.63% 0.99% -
XYZ 62.45 61.61 18.96 -
YUV 201.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 253 197 93 0 0.22 0.63 0.01 39 0.98 0.68
Hex FD C5 5D 0 16 3F 1 27 62 44
Octal 375 305 135 0 26 77 1 47 142 104
Binary 11111101 11000101 1011101 0 10110 111111 1 100111 1100010 1000100

Color Harmonies of #FDC55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC55D

Black with #FDC55D

Text Example


Text Example

White with #FDC55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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