Html Css Color HEX #FDC558 Golden Tainoi

📋 copy color: '#FDC558'

red 253 ◦ green 197 ◦ blue 88

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

Shades of Golden Tainoi #FDC558

Tints of Golden Tainoi #FDC558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.36%

R = 47.03%
G = 36.62%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDC558 (or 0xFDC558) is known color: Golden Tainoi. HEX triplet: FD, C5 and 58. RGB value is (253,197,88). Sum of RGB (Red+Green+Blue) = 253+197+88=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC558 is #023AA7. Grayscale: #C9C9C9. Windows color (decimal): -146088 or 5817853. OLE color: 5817853.

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

Color convert

RGB 253 197 88 -
CMYK 0 0.22 0.65 0.01
HSL 39.64º 0.98% 0.67% -
HSV(B) 39.64º 0.65% 0.99% -
XYZ 62.24 61.52 17.83 -
YUV 201.32 64.05 164.86 -
System Red Green Blue C M Y K H S L
Decimal 253 197 88 0 0.22 0.65 0.01 39.64 0.98 0.67
Hex FD C5 58 0 16 41 1 28 62 43
Octal 375 305 130 0 26 101 1 50 142 103
Binary 11111101 11000101 1011000 0 10110 1000001 1 101000 1100010 1000011

Color Harmonies of #FDC558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC558

Black with #FDC558

Text Example


Text Example

White with #FDC558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC558; }

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

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

background-color css

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

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

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

border-color css

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

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

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