Html Css Color HEX #FDC750 Golden Tainoi

📋 copy color: '#FDC750'

red 253 ◦ green 199 ◦ blue 80

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

Shades of Golden Tainoi #FDC750

Tints of Golden Tainoi #FDC750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.04%

R = 47.56%
G = 37.41%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDC750 (or 0xFDC750) is known color: Golden Tainoi. HEX triplet: FD, C7 and 50. RGB value is (253,199,80). Sum of RGB (Red+Green+Blue) = 253+199+80=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC750 is #0238AF. Grayscale: #CACACA. Windows color (decimal): -145584 or 5294077. OLE color: 5294077.

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

Color convert

RGB 253 199 80 -
CMYK 0 0.21 0.68 0.01
HSL 41.27º 0.98% 0.65% -
HSV(B) 41.27º 0.68% 0.99% -
XYZ 62.38 62.31 16.33 -
YUV 201.58 59.39 164.68 -
System Red Green Blue C M Y K H S L
Decimal 253 199 80 0 0.21 0.68 0.01 41.27 0.98 0.65
Hex FD C7 50 0 15 44 1 29 62 41
Octal 375 307 120 0 25 104 1 51 142 101
Binary 11111101 11000111 1010000 0 10101 1000100 1 101001 1100010 1000001

Color Harmonies of #FDC750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC750

Black with #FDC750

Text Example


Text Example

White with #FDC750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC750; }

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

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

background-color css

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

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

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

border-color css

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

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

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