Html Css Color HEX #FDC553 Golden Tainoi

📋 copy color: '#FDC553'

red 253 ◦ green 197 ◦ blue 83

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

Shades of Golden Tainoi #FDC553

Tints of Golden Tainoi #FDC553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.57%

R = 47.47%
G = 36.96%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDC553 (or 0xFDC553) is known color: Golden Tainoi. HEX triplet: FD, C5 and 53. RGB value is (253,197,83). Sum of RGB (Red+Green+Blue) = 253+197+83=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC553 is #023AAC. Grayscale: #C9C9C9. Windows color (decimal): -146093 or 5490173. OLE color: 5490173.

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

Color convert

RGB 253 197 83 -
CMYK 0 0.22 0.67 0.01
HSL 40.24º 0.98% 0.66% -
HSV(B) 40.24º 0.67% 0.99% -
XYZ 62.04 61.44 16.77 -
YUV 200.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 253 197 83 0 0.22 0.67 0.01 40.24 0.98 0.66
Hex FD C5 53 0 16 43 1 28 62 42
Octal 375 305 123 0 26 103 1 50 142 102
Binary 11111101 11000101 1010011 0 10110 1000011 1 101000 1100010 1000010

Color Harmonies of #FDC553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC553

Black with #FDC553

Text Example


Text Example

White with #FDC553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC553; }

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

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

background-color css

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

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

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

border-color css

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

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

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