Html Css Color HEX #FDC363 Golden Tainoi

📋 copy color: '#FDC363'

red 253 ◦ green 195 ◦ blue 99

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

Shades of Golden Tainoi #FDC363

Tints of Golden Tainoi #FDC363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.1%

R = 46.25%
G = 35.65%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDC363 (or 0xFDC363) is known color: Golden Tainoi. HEX triplet: FD, C3 and 63. RGB value is (253,195,99). Sum of RGB (Red+Green+Blue) = 253+195+99=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC363 is #023C9C. Grayscale: #C9C9C9. Windows color (decimal): -146589 or 6538237. OLE color: 6538237.

HSL color Cylindrical-coordinate representation of color #FDC363: hue angle of 37.4º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDC363 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 195 99 -
CMYK 0 0.23 0.61 0.01
HSL 37.4º 0.97% 0.69% -
HSV(B) 37.4º 0.61% 0.99% -
XYZ 62.28 60.81 20.26 -
YUV 201.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 253 195 99 0 0.23 0.61 0.01 37.4 0.97 0.69
Hex FD C3 63 0 17 3D 1 25 61 45
Octal 375 303 143 0 27 75 1 45 141 105
Binary 11111101 11000011 1100011 0 10111 111101 1 100101 1100001 1000101

Color Harmonies of #FDC363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC363

Black with #FDC363

Text Example


Text Example

White with #FDC363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC363; }

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

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

background-color css

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

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

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

border-color css

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

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

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