Html Css Color HEX #FCC159 Golden Tainoi

📋 copy color: '#FCC159'

red 252 ◦ green 193 ◦ blue 89

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

Shades of Golden Tainoi #FCC159

Tints of Golden Tainoi #FCC159

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.14%

 BLUE value IS 89 (35.16% from 255) = 16.67%

R = 47.19%
G = 36.14%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCC159 (or 0xFCC159) is known color: Golden Tainoi. HEX triplet: FC, C1 and 59. RGB value is (252,193,89). Sum of RGB (Red+Green+Blue) = 252+193+89=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC159 is #033EA6. Grayscale: #C7C7C7. Windows color (decimal): -212647 or 5882364. OLE color: 5882364.

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

Color convert

RGB 252 193 89 -
CMYK 0 0.23 0.65 0.01
HSL 38.28º 0.96% 0.67% -
HSV(B) 38.28º 0.65% 0.99% -
XYZ 61.02 59.56 17.73 -
YUV 198.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 252 193 89 0 0.23 0.65 0.01 38.28 0.96 0.67
Hex FC C1 59 0 17 41 1 26 60 43
Octal 374 301 131 0 27 101 1 46 140 103
Binary 11111100 11000001 1011001 0 10111 1000001 1 100110 1100000 1000011

Color Harmonies of #FCC159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC159

Black with #FCC159

Text Example


Text Example

White with #FCC159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC159; }

 p { color: rgb(252,193,89); }

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

background-color css

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

 a { background-color: rgb(252,193,89); }

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

border-color css

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

 span { border-color: rgb(252,193,89); }

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