Html Css Color HEX #FDC854 Golden Tainoi

📋 copy color: '#FDC854'

red 253 ◦ green 200 ◦ blue 84

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

Shades of Golden Tainoi #FDC854

Tints of Golden Tainoi #FDC854

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.24%

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

R = 47.11%
G = 37.24%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDC854 (or 0xFDC854) is known color: Golden Tainoi. HEX triplet: FD, C8 and 54. RGB value is (253,200,84). Sum of RGB (Red+Green+Blue) = 253+200+84=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC854 is #0237AB. Grayscale: #CBCBCB. Windows color (decimal): -145324 or 5556477. OLE color: 5556477.

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

Color convert

RGB 253 200 84 -
CMYK 0 0.21 0.67 0.01
HSL 41.18º 0.98% 0.66% -
HSV(B) 41.18º 0.67% 0.99% -
XYZ 62.76 62.83 17.21 -
YUV 202.62 61.06 163.93 -
System Red Green Blue C M Y K H S L
Decimal 253 200 84 0 0.21 0.67 0.01 41.18 0.98 0.66
Hex FD C8 54 0 15 43 1 29 62 42
Octal 375 310 124 0 25 103 1 51 142 102
Binary 11111101 11001000 1010100 0 10101 1000011 1 101001 1100010 1000010

Color Harmonies of #FDC854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC854

Black with #FDC854

Text Example


Text Example

White with #FDC854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC854; }

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

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

background-color css

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

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

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

border-color css

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

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

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