Html Css Color HEX #FCC459 Golden Tainoi

📋 copy color: '#FCC459'

red 252 ◦ green 196 ◦ blue 89

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

Shades of Golden Tainoi #FCC459

Tints of Golden Tainoi #FCC459

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.5%

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

R = 46.93%
G = 36.5%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCC459 (or 0xFCC459) is known color: Golden Tainoi. HEX triplet: FC, C4 and 59. RGB value is (252,196,89). Sum of RGB (Red+Green+Blue) = 252+196+89=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 89 (35.16% from 255 or 16.57% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC459 is #033BA6. Grayscale: #C9C9C9. Windows color (decimal): -211879 or 5883132. OLE color: 5883132.

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

Color convert

RGB 252 196 89 -
CMYK 0 0.22 0.65 0.01
HSL 39.39º 0.96% 0.67% -
HSV(B) 39.39º 0.65% 0.99% -
XYZ 61.69 60.9 17.95 -
YUV 200.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 252 196 89 0 0.22 0.65 0.01 39.39 0.96 0.67
Hex FC C4 59 0 16 41 1 27 60 43
Octal 374 304 131 0 26 101 1 47 140 103
Binary 11111100 11000100 1011001 0 10110 1000001 1 100111 1100000 1000011

Color Harmonies of #FCC459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC459

Black with #FCC459

Text Example


Text Example

White with #FCC459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC459; }

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

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

background-color css

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

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

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

border-color css

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

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

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