Html Css Color HEX #FDC463 Golden Tainoi

📋 copy color: '#FDC463'

red 253 ◦ green 196 ◦ blue 99

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

Shades of Golden Tainoi #FDC463

Tints of Golden Tainoi #FDC463

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.77%

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

R = 46.17%
G = 35.77%
B = 18.07%

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

#FDC463 (or 0xFDC463) is known color: Golden Tainoi. HEX triplet: FD, C4 and 63. RGB value is (253,196,99). Sum of RGB (Red+Green+Blue) = 253+196+99=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 99 (39.06% from 255 or 18.07% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC463 is #023B9C. Grayscale: #CACACA. Windows color (decimal): -146333 or 6538493. OLE color: 6538493.

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

Color convert

RGB 253 196 99 -
CMYK 0 0.23 0.61 0.01
HSL 37.79º 0.97% 0.69% -
HSV(B) 37.79º 0.61% 0.99% -
XYZ 62.5 61.26 20.34 -
YUV 201.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 253 196 99 0 0.23 0.61 0.01 37.79 0.97 0.69
Hex FD C4 63 0 17 3D 1 26 61 45
Octal 375 304 143 0 27 75 1 46 141 105
Binary 11111101 11000100 1100011 0 10111 111101 1 100110 1100001 1000101

Color Harmonies of #FDC463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC463

Black with #FDC463

Text Example


Text Example

White with #FDC463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC463; }

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

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

background-color css

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

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

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

border-color css

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

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

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