Html Css Color HEX #FDC444 Golden Tainoi

📋 copy color: '#FDC444'

red 253 ◦ green 196 ◦ blue 68

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

Shades of Golden Tainoi #FDC444

Tints of Golden Tainoi #FDC444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.15%

R = 48.94%
G = 37.91%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDC444 (or 0xFDC444) is known color: Golden Tainoi. HEX triplet: FD, C4 and 44. RGB value is (253,196,68). Sum of RGB (Red+Green+Blue) = 253+196+68=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC444 is #023BBB. Grayscale: #C7C7C7. Windows color (decimal): -146364 or 4506877. OLE color: 4506877.

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

Color convert

RGB 253 196 68 -
CMYK 0 0.23 0.73 0.01
HSL 41.51º 0.98% 0.63% -
HSV(B) 41.51º 0.73% 0.99% -
XYZ 61.29 60.78 13.97 -
YUV 198.45 54.38 166.91 -
System Red Green Blue C M Y K H S L
Decimal 253 196 68 0 0.23 0.73 0.01 41.51 0.98 0.63
Hex FD C4 44 0 17 49 1 2A 62 3F
Octal 375 304 104 0 27 111 1 52 142 77
Binary 11111101 11000100 1000100 0 10111 1001001 1 101010 1100010 111111

Color Harmonies of #FDC444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC444

Black with #FDC444

Text Example


Text Example

White with #FDC444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC444; }

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

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

background-color css

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

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

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

border-color css

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

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

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