Html Css Color HEX #FDC84D Golden Tainoi

📋 copy color: '#FDC84D'

red 253 ◦ green 200 ◦ blue 77

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

Shades of Golden Tainoi #FDC84D

Tints of Golden Tainoi #FDC84D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.74%

 BLUE value IS 77 (30.47% from 255) = 14.53%

R = 47.74%
G = 37.74%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDC84D (or 0xFDC84D) is known color: Golden Tainoi. HEX triplet: FD, C8 and 4D. RGB value is (253,200,77). Sum of RGB (Red+Green+Blue) = 253+200+77=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC84D is #0237B2. Grayscale: #CACACA. Windows color (decimal): -145331 or 5097725. OLE color: 5097725.

HSL color Cylindrical-coordinate representation of color #FDC84D: hue angle of 41.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDC84D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 77 -
CMYK 0 0.21 0.70 0.01
HSL 41.93º 0.98% 0.65% -
HSV(B) 41.93º 0.7% 0.99% -
XYZ 62.5 62.73 15.83 -
YUV 201.83 57.56 164.5 -
System Red Green Blue C M Y K H S L
Decimal 253 200 77 0 0.21 0.70 0.01 41.93 0.98 0.65
Hex FD C8 4D 0 15 46 1 2A 62 41
Octal 375 310 115 0 25 106 1 52 142 101
Binary 11111101 11001000 1001101 0 10101 1000110 1 101010 1100010 1000001

Color Harmonies of #FDC84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC84D

Black with #FDC84D

Text Example


Text Example

White with #FDC84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC84D; }

 p { color: rgb(253,200,77); }

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

background-color css

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

 a { background-color: rgb(253,200,77); }

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

border-color css

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

 span { border-color: rgb(253,200,77); }

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