Html Css Color HEX #FDC74F Golden Tainoi

📋 copy color: '#FDC74F'

red 253 ◦ green 199 ◦ blue 79

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

Shades of Golden Tainoi #FDC74F

Tints of Golden Tainoi #FDC74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.88%

R = 47.65%
G = 37.48%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDC74F (or 0xFDC74F) is known color: Golden Tainoi. HEX triplet: FD, C7 and 4F. RGB value is (253,199,79). Sum of RGB (Red+Green+Blue) = 253+199+79=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC74F is #0238B0. Grayscale: #CACACA. Windows color (decimal): -145585 or 5228541. OLE color: 5228541.

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

Color convert

RGB 253 199 79 -
CMYK 0 0.21 0.69 0.01
HSL 41.38º 0.98% 0.65% -
HSV(B) 41.38º 0.69% 0.99% -
XYZ 62.34 62.29 16.14 -
YUV 201.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 253 199 79 0 0.21 0.69 0.01 41.38 0.98 0.65
Hex FD C7 4F 0 15 45 1 29 62 41
Octal 375 307 117 0 25 105 1 51 142 101
Binary 11111101 11000111 1001111 0 10101 1000101 1 101001 1100010 1000001

Color Harmonies of #FDC74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC74F

Black with #FDC74F

Text Example


Text Example

White with #FDC74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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