Html Css Color HEX #FDC44D Golden Tainoi

📋 copy color: '#FDC44D'

red 253 ◦ green 196 ◦ blue 77

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

Shades of Golden Tainoi #FDC44D

Tints of Golden Tainoi #FDC44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.26%

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

R = 48.1%
G = 37.26%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDC44D (or 0xFDC44D) is known color: Golden Tainoi. HEX triplet: FD, C4 and 4D. RGB value is (253,196,77). Sum of RGB (Red+Green+Blue) = 253+196+77=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC44D is #023BB2. Grayscale: #C8C8C8. Windows color (decimal): -146355 or 5096701. OLE color: 5096701.

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

Color convert

RGB 253 196 77 -
CMYK 0 0.23 0.70 0.01
HSL 40.57º 0.98% 0.65% -
HSV(B) 40.57º 0.7% 0.99% -
XYZ 61.59 60.9 15.53 -
YUV 199.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 253 196 77 0 0.23 0.70 0.01 40.57 0.98 0.65
Hex FD C4 4D 0 17 46 1 29 62 41
Octal 375 304 115 0 27 106 1 51 142 101
Binary 11111101 11000100 1001101 0 10111 1000110 1 101001 1100010 1000001

Color Harmonies of #FDC44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC44D

Black with #FDC44D

Text Example


Text Example

White with #FDC44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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