Html Css Color HEX #FCC654 Golden Tainoi

📋 copy color: '#FCC654'

red 252 ◦ green 198 ◦ blue 84

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

Shades of Golden Tainoi #FCC654

Tints of Golden Tainoi #FCC654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.73%

R = 47.19%
G = 37.08%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC654 (or 0xFCC654) is known color: Golden Tainoi. HEX triplet: FC, C6 and 54. RGB value is (252,198,84). Sum of RGB (Red+Green+Blue) = 252+198+84=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC654 is #0339AB. Grayscale: #C9C9C9. Windows color (decimal): -211372 or 5555964. OLE color: 5555964.

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

Color convert

RGB 252 198 84 -
CMYK 0 0.21 0.67 0.01
HSL 40.71º 0.97% 0.66% -
HSV(B) 40.71º 0.67% 0.99% -
XYZ 61.94 61.72 17.04 -
YUV 201.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 252 198 84 0 0.21 0.67 0.01 40.71 0.97 0.66
Hex FC C6 54 0 15 43 1 29 61 42
Octal 374 306 124 0 25 103 1 51 141 102
Binary 11111100 11000110 1010100 0 10101 1000011 1 101001 1100001 1000010

Color Harmonies of #FCC654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC654

Black with #FCC654

Text Example


Text Example

White with #FCC654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC654; }

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

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

background-color css

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

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

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

border-color css

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

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

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