Html Css Color HEX #FDC24D Golden Tainoi

📋 copy color: '#FDC24D'

red 253 ◦ green 194 ◦ blue 77

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

Shades of Golden Tainoi #FDC24D

Tints of Golden Tainoi #FDC24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.02%

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

R = 48.28%
G = 37.02%
B = 14.69%

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

#FDC24D (or 0xFDC24D) is known color: Golden Tainoi. HEX triplet: FD, C2 and 4D. RGB value is (253,194,77). Sum of RGB (Red+Green+Blue) = 253+194+77=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC24D is #023DB2. Grayscale: #C6C6C6. Windows color (decimal): -146867 or 5096189. OLE color: 5096189.

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

Color convert

RGB 253 194 77 -
CMYK 0 0.23 0.70 0.01
HSL 39.89º 0.98% 0.65% -
HSV(B) 39.89º 0.7% 0.99% -
XYZ 61.14 60 15.38 -
YUV 198.3 59.55 167.01 -
System Red Green Blue C M Y K H S L
Decimal 253 194 77 0 0.23 0.70 0.01 39.89 0.98 0.65
Hex FD C2 4D 0 17 46 1 28 62 41
Octal 375 302 115 0 27 106 1 50 142 101
Binary 11111101 11000010 1001101 0 10111 1000110 1 101000 1100010 1000001

Color Harmonies of #FDC24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC24D

Black with #FDC24D

Text Example


Text Example

White with #FDC24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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