Html Css Color HEX #FDC554 Golden Tainoi

📋 copy color: '#FDC554'

red 253 ◦ green 197 ◦ blue 84

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

Shades of Golden Tainoi #FDC554

Tints of Golden Tainoi #FDC554

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.89%

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

R = 47.38%
G = 36.89%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDC554 (or 0xFDC554) is known color: Golden Tainoi. HEX triplet: FD, C5 and 54. RGB value is (253,197,84). Sum of RGB (Red+Green+Blue) = 253+197+84=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC554 is #023AAB. Grayscale: #C9C9C9. Windows color (decimal): -146092 or 5555709. OLE color: 5555709.

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

Color convert

RGB 253 197 84 -
CMYK 0 0.22 0.67 0.01
HSL 40.12º 0.98% 0.66% -
HSV(B) 40.12º 0.67% 0.99% -
XYZ 62.07 61.46 16.98 -
YUV 200.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 253 197 84 0 0.22 0.67 0.01 40.12 0.98 0.66
Hex FD C5 54 0 16 43 1 28 62 42
Octal 375 305 124 0 26 103 1 50 142 102
Binary 11111101 11000101 1010100 0 10110 1000011 1 101000 1100010 1000010

Color Harmonies of #FDC554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC554

Black with #FDC554

Text Example


Text Example

White with #FDC554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC554; }

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

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

background-color css

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

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

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

border-color css

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

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

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