Html Css Color HEX #FDC850 Golden Tainoi

📋 copy color: '#FDC850'

red 253 ◦ green 200 ◦ blue 80

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

Shades of Golden Tainoi #FDC850

Tints of Golden Tainoi #FDC850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.52%

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

R = 47.47%
G = 37.52%
B = 15.01%

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

#FDC850 (or 0xFDC850) is known color: Golden Tainoi. HEX triplet: FD, C8 and 50. RGB value is (253,200,80). Sum of RGB (Red+Green+Blue) = 253+200+80=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC850 is #0237AF. Grayscale: #CACACA. Windows color (decimal): -145328 or 5294333. OLE color: 5294333.

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

Color convert

RGB 253 200 80 -
CMYK 0 0.21 0.68 0.01
HSL 41.62º 0.98% 0.65% -
HSV(B) 41.62º 0.68% 0.99% -
XYZ 62.61 62.77 16.41 -
YUV 202.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 253 200 80 0 0.21 0.68 0.01 41.62 0.98 0.65
Hex FD C8 50 0 15 44 1 2A 62 41
Octal 375 310 120 0 25 104 1 52 142 101
Binary 11111101 11001000 1010000 0 10101 1000100 1 101010 1100010 1000001

Color Harmonies of #FDC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC850

Black with #FDC850

Text Example


Text Example

White with #FDC850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC850; }

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

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

background-color css

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

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

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

border-color css

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

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

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