Html Css Color HEX #FDC855 Golden Tainoi

📋 copy color: '#FDC855'

red 253 ◦ green 200 ◦ blue 85

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

Shades of Golden Tainoi #FDC855

Tints of Golden Tainoi #FDC855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.8%

R = 47.03%
G = 37.17%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDC855 (or 0xFDC855) is known color: Golden Tainoi. HEX triplet: FD, C8 and 55. RGB value is (253,200,85). Sum of RGB (Red+Green+Blue) = 253+200+85=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC855 is #0237AA. Grayscale: #CBCBCB. Windows color (decimal): -145323 or 5622013. OLE color: 5622013.

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

Color convert

RGB 253 200 85 -
CMYK 0 0.21 0.66 0.01
HSL 41.07º 0.98% 0.66% -
HSV(B) 41.07º 0.66% 0.99% -
XYZ 62.8 62.85 17.42 -
YUV 202.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 253 200 85 0 0.21 0.66 0.01 41.07 0.98 0.66
Hex FD C8 55 0 15 42 1 29 62 42
Octal 375 310 125 0 25 102 1 51 142 102
Binary 11111101 11001000 1010101 0 10101 1000010 1 101001 1100010 1000010

Color Harmonies of #FDC855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC855

Black with #FDC855

Text Example


Text Example

White with #FDC855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC855; }

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

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

background-color css

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

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

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

border-color css

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

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

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