Html Css Color HEX #FDC054 Golden Tainoi

📋 copy color: '#FDC054'

red 253 ◦ green 192 ◦ blue 84

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

Shades of Golden Tainoi #FDC054

Tints of Golden Tainoi #FDC054

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.29%

 BLUE value IS 84 (33.2% from 255) = 15.88%

R = 47.83%
G = 36.29%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDC054 (or 0xFDC054) is known color: Golden Tainoi. HEX triplet: FD, C0 and 54. RGB value is (253,192,84). Sum of RGB (Red+Green+Blue) = 253+192+84=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC054 is #023FAB. Grayscale: #C6C6C6. Windows color (decimal): -147372 or 5554429. OLE color: 5554429.

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

Color convert

RGB 253 192 84 -
CMYK 0 0.24 0.67 0.01
HSL 38.34º 0.98% 0.66% -
HSV(B) 38.34º 0.67% 0.99% -
XYZ 60.96 59.22 16.61 -
YUV 197.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 253 192 84 0 0.24 0.67 0.01 38.34 0.98 0.66
Hex FD C0 54 0 18 43 1 26 62 42
Octal 375 300 124 0 30 103 1 46 142 102
Binary 11111101 11000000 1010100 0 11000 1000011 1 100110 1100010 1000010

Color Harmonies of #FDC054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC054

Black with #FDC054

Text Example


Text Example

White with #FDC054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC054; }

 p { color: rgb(253,192,84); }

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

background-color css

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

 a { background-color: rgb(253,192,84); }

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

border-color css

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

 span { border-color: rgb(253,192,84); }

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