Html Css Color HEX #FDC45D Golden Tainoi

📋 copy color: '#FDC45D'

red 253 ◦ green 196 ◦ blue 93

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

Shades of Golden Tainoi #FDC45D

Tints of Golden Tainoi #FDC45D

RGB

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

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

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

R = 46.68%
G = 36.16%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDC45D (or 0xFDC45D) is known color: Golden Tainoi. HEX triplet: FD, C4 and 5D. RGB value is (253,196,93). Sum of RGB (Red+Green+Blue) = 253+196+93=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC45D is #023BA2. Grayscale: #C9C9C9. Windows color (decimal): -146339 or 6145277. OLE color: 6145277.

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

Color convert

RGB 253 196 93 -
CMYK 0 0.23 0.63 0.01
HSL 38.63º 0.98% 0.68% -
HSV(B) 38.63º 0.63% 0.99% -
XYZ 62.22 61.15 18.88 -
YUV 201.3 66.88 164.88 -
System Red Green Blue C M Y K H S L
Decimal 253 196 93 0 0.23 0.63 0.01 38.63 0.98 0.68
Hex FD C4 5D 0 17 3F 1 27 62 44
Octal 375 304 135 0 27 77 1 47 142 104
Binary 11111101 11000100 1011101 0 10111 111111 1 100111 1100010 1000100

Color Harmonies of #FDC45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC45D

Black with #FDC45D

Text Example


Text Example

White with #FDC45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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