Html Css Color HEX #FCC650 Golden Tainoi

📋 copy color: '#FCC650'

red 252 ◦ green 198 ◦ blue 80

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

Shades of Golden Tainoi #FCC650

Tints of Golden Tainoi #FCC650

RGB

 RED value IS 252 (98.83% from 255) = 47.55%

 GREEN value IS 198 (77.73% from 255) = 37.36%

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

R = 47.55%
G = 37.36%
B = 15.09%

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

#FCC650 (or 0xFCC650) is known color: Golden Tainoi. HEX triplet: FC, C6 and 50. RGB value is (252,198,80). Sum of RGB (Red+Green+Blue) = 252+198+80=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC650 is #0339AF. Grayscale: #C9C9C9. Windows color (decimal): -211376 or 5293820. OLE color: 5293820.

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

Color convert

RGB 252 198 80 -
CMYK 0 0.21 0.68 0.01
HSL 41.16º 0.97% 0.65% -
HSV(B) 41.16º 0.68% 0.99% -
XYZ 61.79 61.66 16.24 -
YUV 200.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 252 198 80 0 0.21 0.68 0.01 41.16 0.97 0.65
Hex FC C6 50 0 15 44 1 29 61 41
Octal 374 306 120 0 25 104 1 51 141 101
Binary 11111100 11000110 1010000 0 10101 1000100 1 101001 1100001 1000001

Color Harmonies of #FCC650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC650

Black with #FCC650

Text Example


Text Example

White with #FCC650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC650; }

 p { color: rgb(252,198,80); }

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

background-color css

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

 a { background-color: rgb(252,198,80); }

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

border-color css

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

 span { border-color: rgb(252,198,80); }

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