Html Css Color HEX #FDC762 Golden Tainoi

📋 copy color: '#FDC762'

red 253 ◦ green 199 ◦ blue 98

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

Shades of Golden Tainoi #FDC762

Tints of Golden Tainoi #FDC762

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.18%

 BLUE value IS 98 (38.67% from 255) = 17.82%

R = 46%
G = 36.18%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDC762 (or 0xFDC762) is known color: Golden Tainoi. HEX triplet: FD, C7 and 62. RGB value is (253,199,98). Sum of RGB (Red+Green+Blue) = 253+199+98=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC762 is #02389D. Grayscale: #CCCCCC. Windows color (decimal): -145566 or 6473725. OLE color: 6473725.

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

Color convert

RGB 253 199 98 -
CMYK 0 0.21 0.61 0.01
HSL 39.1º 0.97% 0.69% -
HSV(B) 39.1º 0.61% 0.99% -
XYZ 63.14 62.61 20.31 -
YUV 203.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 253 199 98 0 0.21 0.61 0.01 39.1 0.97 0.69
Hex FD C7 62 0 15 3D 1 27 61 45
Octal 375 307 142 0 25 75 1 47 141 105
Binary 11111101 11000111 1100010 0 10101 111101 1 100111 1100001 1000101

Color Harmonies of #FDC762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC762

Black with #FDC762

Text Example


Text Example

White with #FDC762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC762; }

 p { color: rgb(253,199,98); }

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

background-color css

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

 a { background-color: rgb(253,199,98); }

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

border-color css

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

 span { border-color: rgb(253,199,98); }

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