Html Css Color HEX #FDC355 Golden Tainoi

📋 copy color: '#FDC355'

red 253 ◦ green 195 ◦ blue 85

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

Shades of Golden Tainoi #FDC355

Tints of Golden Tainoi #FDC355

RGB

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

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

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

R = 47.47%
G = 36.59%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDC355 (or 0xFDC355) is known color: Golden Tainoi. HEX triplet: FD, C3 and 55. RGB value is (253,195,85). Sum of RGB (Red+Green+Blue) = 253+195+85=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC355 is #023CAA. Grayscale: #C8C8C8. Windows color (decimal): -146603 or 5620733. OLE color: 5620733.

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

Color convert

RGB 253 195 85 -
CMYK 0 0.23 0.66 0.01
HSL 39.29º 0.98% 0.66% -
HSV(B) 39.29º 0.66% 0.99% -
XYZ 61.66 60.57 17.04 -
YUV 199.8 63.22 165.94 -
System Red Green Blue C M Y K H S L
Decimal 253 195 85 0 0.23 0.66 0.01 39.29 0.98 0.66
Hex FD C3 55 0 17 42 1 27 62 42
Octal 375 303 125 0 27 102 1 47 142 102
Binary 11111101 11000011 1010101 0 10111 1000010 1 100111 1100010 1000010

Color Harmonies of #FDC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC355

Black with #FDC355

Text Example


Text Example

White with #FDC355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC355; }

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

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

background-color css

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

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

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

border-color css

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

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

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