Html Css Color HEX #FDC354 Golden Tainoi

📋 copy color: '#FDC354'

red 253 ◦ green 195 ◦ blue 84

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

Shades of Golden Tainoi #FDC354

Tints of Golden Tainoi #FDC354

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.65%

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

R = 47.56%
G = 36.65%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDC354 (or 0xFDC354) is known color: Golden Tainoi. HEX triplet: FD, C3 and 54. RGB value is (253,195,84). Sum of RGB (Red+Green+Blue) = 253+195+84=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC354 is #023CAB. Grayscale: #C8C8C8. Windows color (decimal): -146604 or 5555197. OLE color: 5555197.

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

Color convert

RGB 253 195 84 -
CMYK 0 0.23 0.67 0.01
HSL 39.41º 0.98% 0.66% -
HSV(B) 39.41º 0.67% 0.99% -
XYZ 61.62 60.55 16.83 -
YUV 199.69 62.72 166.03 -
System Red Green Blue C M Y K H S L
Decimal 253 195 84 0 0.23 0.67 0.01 39.41 0.98 0.66
Hex FD C3 54 0 17 43 1 27 62 42
Octal 375 303 124 0 27 103 1 47 142 102
Binary 11111101 11000011 1010100 0 10111 1000011 1 100111 1100010 1000010

Color Harmonies of #FDC354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC354

Black with #FDC354

Text Example


Text Example

White with #FDC354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC354; }

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

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

background-color css

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

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

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

border-color css

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

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

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