Html Css Color HEX #FDC74D Golden Tainoi

📋 copy color: '#FDC74D'

red 253 ◦ green 199 ◦ blue 77

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

Shades of Golden Tainoi #FDC74D

Tints of Golden Tainoi #FDC74D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.62%

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

R = 47.83%
G = 37.62%
B = 14.56%

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

#FDC74D (or 0xFDC74D) is known color: Golden Tainoi. HEX triplet: FD, C7 and 4D. RGB value is (253,199,77). Sum of RGB (Red+Green+Blue) = 253+199+77=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC74D is #0238B2. Grayscale: #C9C9C9. Windows color (decimal): -145587 or 5097469. OLE color: 5097469.

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

Color convert

RGB 253 199 77 -
CMYK 0 0.21 0.70 0.01
HSL 41.59º 0.98% 0.65% -
HSV(B) 41.59º 0.7% 0.99% -
XYZ 62.27 62.27 15.76 -
YUV 201.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 253 199 77 0 0.21 0.70 0.01 41.59 0.98 0.65
Hex FD C7 4D 0 15 46 1 2A 62 41
Octal 375 307 115 0 25 106 1 52 142 101
Binary 11111101 11000111 1001101 0 10101 1000110 1 101010 1100010 1000001

Color Harmonies of #FDC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC74D

Black with #FDC74D

Text Example


Text Example

White with #FDC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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