Html Css Color HEX #FDC14D Golden Tainoi

📋 copy color: '#FDC14D'

red 253 ◦ green 193 ◦ blue 77

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

Shades of Golden Tainoi #FDC14D

Tints of Golden Tainoi #FDC14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.9%

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

R = 48.37%
G = 36.9%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDC14D (or 0xFDC14D) is known color: Golden Tainoi. HEX triplet: FD, C1 and 4D. RGB value is (253,193,77). Sum of RGB (Red+Green+Blue) = 253+193+77=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC14D is #023EB2. Grayscale: #C6C6C6. Windows color (decimal): -147123 or 5095933. OLE color: 5095933.

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

Color convert

RGB 253 193 77 -
CMYK 0 0.24 0.70 0.01
HSL 39.55º 0.98% 0.65% -
HSV(B) 39.55º 0.7% 0.99% -
XYZ 60.92 59.56 15.31 -
YUV 197.72 59.88 167.43 -
System Red Green Blue C M Y K H S L
Decimal 253 193 77 0 0.24 0.70 0.01 39.55 0.98 0.65
Hex FD C1 4D 0 18 46 1 28 62 41
Octal 375 301 115 0 30 106 1 50 142 101
Binary 11111101 11000001 1001101 0 11000 1000110 1 101000 1100010 1000001

Color Harmonies of #FDC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC14D

Black with #FDC14D

Text Example


Text Example

White with #FDC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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