Html Css Color HEX #FDC350 Golden Tainoi

📋 copy color: '#FDC350'

red 253 ◦ green 195 ◦ blue 80

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

Shades of Golden Tainoi #FDC350

Tints of Golden Tainoi #FDC350

RGB

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

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

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

R = 47.92%
G = 36.93%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDC350 (or 0xFDC350) is known color: Golden Tainoi. HEX triplet: FD, C3 and 50. RGB value is (253,195,80). Sum of RGB (Red+Green+Blue) = 253+195+80=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC350 is #023CAF. Grayscale: #C7C7C7. Windows color (decimal): -146608 or 5293053. OLE color: 5293053.

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

Color convert

RGB 253 195 80 -
CMYK 0 0.23 0.68 0.01
HSL 39.88º 0.98% 0.65% -
HSV(B) 39.88º 0.68% 0.99% -
XYZ 61.47 60.49 16.03 -
YUV 199.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 253 195 80 0 0.23 0.68 0.01 39.88 0.98 0.65
Hex FD C3 50 0 17 44 1 28 62 41
Octal 375 303 120 0 27 104 1 50 142 101
Binary 11111101 11000011 1010000 0 10111 1000100 1 101000 1100010 1000001

Color Harmonies of #FDC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC350

Black with #FDC350

Text Example


Text Example

White with #FDC350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC350; }

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

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

background-color css

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

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

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

border-color css

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

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

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