Html Css Color HEX #FCC059 Golden Tainoi

📋 copy color: '#FCC059'

red 252 ◦ green 192 ◦ blue 89

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

Shades of Golden Tainoi #FCC059

Tints of Golden Tainoi #FCC059

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

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

R = 47.28%
G = 36.02%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCC059 (or 0xFCC059) is known color: Golden Tainoi. HEX triplet: FC, C0 and 59. RGB value is (252,192,89). Sum of RGB (Red+Green+Blue) = 252+192+89=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC059 is #033FA6. Grayscale: #C6C6C6. Windows color (decimal): -212903 or 5882108. OLE color: 5882108.

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

Color convert

RGB 252 192 89 -
CMYK 0 0.24 0.65 0.01
HSL 37.91º 0.96% 0.67% -
HSV(B) 37.91º 0.65% 0.99% -
XYZ 60.8 59.12 17.66 -
YUV 198.2 66.38 166.38 -
System Red Green Blue C M Y K H S L
Decimal 252 192 89 0 0.24 0.65 0.01 37.91 0.96 0.67
Hex FC C0 59 0 18 41 1 26 60 43
Octal 374 300 131 0 30 101 1 46 140 103
Binary 11111100 11000000 1011001 0 11000 1000001 1 100110 1100000 1000011

Color Harmonies of #FCC059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC059

Black with #FCC059

Text Example


Text Example

White with #FCC059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC059; }

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

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

background-color css

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

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

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

border-color css

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

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

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