Html Css Color HEX #FDC54E Golden Tainoi

📋 copy color: '#FDC54E'

red 253 ◦ green 197 ◦ blue 78

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

Shades of Golden Tainoi #FDC54E

Tints of Golden Tainoi #FDC54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.77%

R = 47.92%
G = 37.31%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDC54E (or 0xFDC54E) is known color: Golden Tainoi. HEX triplet: FD, C5 and 4E. RGB value is (253,197,78). Sum of RGB (Red+Green+Blue) = 253+197+78=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 78 (30.86% from 255 or 14.77% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC54E is #023AB1. Grayscale: #C8C8C8. Windows color (decimal): -146098 or 5162493. OLE color: 5162493.

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

Color convert

RGB 253 197 78 -
CMYK 0 0.22 0.69 0.01
HSL 40.8º 0.98% 0.65% -
HSV(B) 40.8º 0.69% 0.99% -
XYZ 61.85 61.37 15.79 -
YUV 200.18 59.05 165.68 -
System Red Green Blue C M Y K H S L
Decimal 253 197 78 0 0.22 0.69 0.01 40.8 0.98 0.65
Hex FD C5 4E 0 16 45 1 29 62 41
Octal 375 305 116 0 26 105 1 51 142 101
Binary 11111101 11000101 1001110 0 10110 1000101 1 101001 1100010 1000001

Color Harmonies of #FDC54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC54E

Black with #FDC54E

Text Example


Text Example

White with #FDC54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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